Html Css Color HEX #BB0CB7 Deep Magenta

📋 copy color: '#BB0CB7'

red 187 ◦ green 12 ◦ blue 183

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

Shades of Deep Magenta #BB0CB7

Tints of Deep Magenta #BB0CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 47.91%

R = 48.95%
G = 3.14%
B = 47.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BB0CB7 (or 0xBB0CB7) is known color: Deep Magenta. HEX triplet: BB, 0C and B7. RGB value is (187,12,183). Sum of RGB (Red+Green+Blue) = 187+12+183=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 12 (5.08% from 255 or 3.14% from 382); Blue value is 183 (71.88% from 255 or 47.91% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0CB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0CB7 is #44F348. Grayscale: #535353. Windows color (decimal): -4518729 or 11996347. OLE color: 11996347.

HSL color Cylindrical-coordinate representation of color #BB0CB7: hue angle of 301.37º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0CB7 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 12 183 -
CMYK 0 0.94 0.02 0.27
HSL 301.37º 0.88% 0.39% -
HSV(B) 301.37º 0.94% 0.73% -
XYZ 29.17 14.25 46.01 -
YUV 83.82 183.98 201.6 -
System Red Green Blue C M Y K H S L
Decimal 187 12 183 0 0.94 0.02 0.27 301.37 0.88 0.39
Hex BB C B7 0 5E 2 1B 12D 58 27
Octal 273 14 267 0 136 2 33 455 130 47
Binary 10111011 1100 10110111 0 1011110 10 11011 100101101 1011000 100111

Color Harmonies of #BB0CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0CB7

Black with #BB0CB7

Text Example


Text Example

White with #BB0CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0CB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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