Html Css Color HEX #BF0BCC Deep Magenta

📋 copy color: '#BF0BCC'

red 191 ◦ green 11 ◦ blue 204

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

Shades of Deep Magenta #BF0BCC

Tints of Deep Magenta #BF0BCC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.71%

 BLUE value IS 204 (80.08% from 255) = 50.25%

R = 47.04%
G = 2.71%
B = 50.25%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF0BCC (or 0xBF0BCC) is known color: Deep Magenta. HEX triplet: BF, 0B and CC. RGB value is (191,11,204). Sum of RGB (Red+Green+Blue) = 191+11+204=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 11 (4.69% from 255 or 2.71% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF0BCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0BCC is #40F433. Grayscale: #565656. Windows color (decimal): -4256820 or 13372351. OLE color: 13372351.

HSL color Cylindrical-coordinate representation of color #BF0BCC: hue angle of 295.96º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0BCC is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 11 204 -
CMYK 0.06 0.95 0 0.2
HSL 295.96º 0.9% 0.42% -
HSV(B) 295.96º 0.95% 0.8% -
XYZ 32.5 15.68 58.44 -
YUV 86.82 194.13 202.31 -
System Red Green Blue C M Y K H S L
Decimal 191 11 204 0.06 0.95 0 0.2 295.96 0.9 0.42
Hex BF B CC 6 5F 0 14 128 5A 2A
Octal 277 13 314 6 137 0 24 450 132 52
Binary 10111111 1011 11001100 110 1011111 0 10100 100101000 1011010 101010

Color Harmonies of #BF0BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0BCC

Black with #BF0BCC

Text Example


Text Example

White with #BF0BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0BCC; }

 p { color: rgb(191,11,204); }

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

background-color css

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

 a { background-color: rgb(191,11,204); }

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

border-color css

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

 span { border-color: rgb(191,11,204); }

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