Html Css Color HEX #BF0C6C Medium Violet Red

📋 copy color: '#BF0C6C'

red 191 ◦ green 12 ◦ blue 108

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

Shades of Medium Violet Red #BF0C6C

Tints of Medium Violet Red #BF0C6C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.86%

 BLUE value IS 108 (42.58% from 255) = 34.73%

R = 61.41%
G = 3.86%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BF0C6C (or 0xBF0C6C) is known color: Medium Violet Red. HEX triplet: BF, 0C and 6C. RGB value is (191,12,108). Sum of RGB (Red+Green+Blue) = 191+12+108=311 (41% of max value = 765). Red value is 191 (75% from 255 or 61.41% from 311); Green value is 12 (5.08% from 255 or 3.86% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0C6C is #40F393. Grayscale: #4C4C4C. Windows color (decimal): -4256660 or 7081151. OLE color: 7081151.

HSL color Cylindrical-coordinate representation of color #BF0C6C: hue angle of 327.82º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0C6C is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 12 108 -
CMYK 0 0.94 0.43 0.25
HSL 327.82º 0.88% 0.4% -
HSV(B) 327.82º 0.94% 0.75% -
XYZ 24.32 12.42 15.3 -
YUV 76.47 145.8 209.69 -
System Red Green Blue C M Y K H S L
Decimal 191 12 108 0 0.94 0.43 0.25 327.82 0.88 0.4
Hex BF C 6C 0 5E 2B 19 148 58 28
Octal 277 14 154 0 136 53 31 510 130 50
Binary 10111111 1100 1101100 0 1011110 101011 11001 101001000 1011000 101000

Color Harmonies of #BF0C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0C6C

Black with #BF0C6C

Text Example


Text Example

White with #BF0C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0C6C; }

 p { color: rgb(191,12,108); }

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

background-color css

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

 a { background-color: rgb(191,12,108); }

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

border-color css

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

 span { border-color: rgb(191,12,108); }

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