Html Css Color HEX #BF009C Medium Violet Red

📋 copy color: '#BF009C'

red 191 ◦ green 0 ◦ blue 156

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

Shades of Medium Violet Red #BF009C

Tints of Medium Violet Red #BF009C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.96%

R = 55.04%
G = 0%
B = 44.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF009C (or 0xBF009C) is known color: Medium Violet Red. HEX triplet: BF, 00 and 9C. RGB value is (191,0,156). Sum of RGB (Red+Green+Blue) = 191+0+156=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF009C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF009C is #40FF63. Grayscale: #4A4A4A. Windows color (decimal): -4259684 or 10223807. OLE color: 10223807.

HSL color Cylindrical-coordinate representation of color #BF009C: hue angle of 310.99º 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 #BF009C is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 0 156 -
CMYK 0 1 0.18 0.25
HSL 310.99º 1% 0.37% -
HSV(B) 310.99º 1% 0.75% -
XYZ 27.49 13.48 32.61 -
YUV 74.89 173.78 210.82 -
System Red Green Blue C M Y K H S L
Decimal 191 0 156 0 1 0.18 0.25 310.99 1 0.37
Hex BF 0 9C 0 64 12 19 137 64 25
Octal 277 0 234 0 144 22 31 467 144 45
Binary 10111111 0 10011100 0 1100100 10010 11001 100110111 1100100 100101

Color Harmonies of #BF009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF009C

Black with #BF009C

Text Example


Text Example

White with #BF009C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF009C; }

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

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

background-color css

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

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

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

border-color css

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

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

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