Html Css Color HEX #BF009F Medium Violet Red

📋 copy color: '#BF009F'

red 191 ◦ green 0 ◦ blue 159

#BF009F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #BF009F

Tints of Medium Violet Red #BF009F

RGB

 RED value IS 191 (75% from 255) = 54.57%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 159 (62.5% from 255) = 45.43%

R = 54.57%
G = 0%
B = 45.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BF009F (or 0xBF009F) is known color: Medium Violet Red. HEX triplet: BF, 00 and 9F. RGB value is (191,0,159). Sum of RGB (Red+Green+Blue) = 191+0+159=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF009F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF009F is #40FF60. Grayscale: #4A4A4A. Windows color (decimal): -4259681 or 10420415. OLE color: 10420415.

HSL color Cylindrical-coordinate representation of color #BF009F: hue angle of 310.05º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF009F is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 0 159 -
CMYK 0 1 0.17 0.25
HSL 310.05º 1% 0.37% -
HSV(B) 310.05º 1% 0.75% -
XYZ 27.74 13.58 33.96 -
YUV 75.24 175.28 210.57 -
System Red Green Blue C M Y K H S L
Decimal 191 0 159 0 1 0.17 0.25 310.05 1 0.37
Hex BF 0 9F 0 64 11 19 136 64 25
Octal 277 0 237 0 144 21 31 466 144 45
Binary 10111111 0 10011111 0 1100100 10001 11001 100110110 1100100 100101

Color Harmonies of #BF009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF009F

Black with #BF009F

Text Example


Text Example

White with #BF009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF009F; }

 p { color: rgb(191,0,159); }

 H1.HeaderClassName
 {
   color: #BF009F;
 }
 .AnyTagClassName
 {
   color: #BF009F;
 }
</style>

background-color css

<style>
 a { background-color: #BF009F; }

 a { background-color: rgb(191,0,159); }

 div.DivClassName
 {
   background-color: #BF009F;
 }
 .BgClassName
 {
   background-color: #BF009F;
 }
</style>

border-color css

<style>
 span { border-color: #BF009F; }

 span { border-color: rgb(191,0,159); }

 td.TdClassName
 {
   border-color: #BF009F;
 }
 .TagClassName
 {
   border-color: #BF009F;
 }
</style>