Html Css Color HEX #BB0CC7 Deep Magenta

📋 copy color: '#BB0CC7'

red 187 ◦ green 12 ◦ blue 199

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

Shades of Deep Magenta #BB0CC7

Tints of Deep Magenta #BB0CC7

RGB

 RED value IS 187 (73.44% from 255) = 46.98%

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

 BLUE value IS 199 (78.13% from 255) = 50%

R = 46.98%
G = 3.02%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BB0CC7 (or 0xBB0CC7) is known color: Deep Magenta. HEX triplet: BB, 0C and C7. RGB value is (187,12,199). Sum of RGB (Red+Green+Blue) = 187+12+199=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 12 (5.08% from 255 or 3.02% from 398); Blue value is 199 (78.12% from 255 or 50% from 398); Max value from RGB is 199 - color contains mainly: blue. Hex color #BB0CC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0CC7 is #44F338. Grayscale: #555555. Windows color (decimal): -4518713 or 13044923. OLE color: 13044923.

HSL color Cylindrical-coordinate representation of color #BB0CC7: hue angle of 296.15º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0CC7 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 12 199 -
CMYK 0.06 0.94 0 0.22
HSL 296.15º 0.89% 0.41% -
HSV(B) 296.15º 0.94% 0.78% -
XYZ 30.93 14.95 55.29 -
YUV 85.64 191.98 200.29 -
System Red Green Blue C M Y K H S L
Decimal 187 12 199 0.06 0.94 0 0.22 296.15 0.89 0.41
Hex BB C C7 6 5E 0 16 128 59 29
Octal 273 14 307 6 136 0 26 450 131 51
Binary 10111011 1100 11000111 110 1011110 0 10110 100101000 1011001 101001

Color Harmonies of #BB0CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0CC7

Black with #BB0CC7

Text Example


Text Example

White with #BB0CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0CC7; }

 p { color: rgb(187,12,199); }

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

background-color css

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

 a { background-color: rgb(187,12,199); }

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

border-color css

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

 span { border-color: rgb(187,12,199); }

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