Html Css Color HEX #BB0CBA Deep Magenta

📋 copy color: '#BB0CBA'

red 187 ◦ green 12 ◦ blue 186

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

Shades of Deep Magenta #BB0CBA

Tints of Deep Magenta #BB0CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.31%

R = 48.57%
G = 3.12%
B = 48.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB0CBA (or 0xBB0CBA) is known color: Deep Magenta. HEX triplet: BB, 0C and BA. RGB value is (187,12,186). Sum of RGB (Red+Green+Blue) = 187+12+186=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0CBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0CBA is #44F345. Grayscale: #535353. Windows color (decimal): -4518726 or 12192955. OLE color: 12192955.

HSL color Cylindrical-coordinate representation of color #BB0CBA: hue angle of 300.34º 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 #BB0CBA is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 12 186 -
CMYK 0 0.94 0.01 0.27
HSL 300.34º 0.88% 0.39% -
HSV(B) 300.34º 0.94% 0.73% -
XYZ 29.49 14.37 47.67 -
YUV 84.16 185.48 201.35 -
System Red Green Blue C M Y K H S L
Decimal 187 12 186 0 0.94 0.01 0.27 300.34 0.88 0.39
Hex BB C BA 0 5E 1 1B 12C 58 27
Octal 273 14 272 0 136 1 33 454 130 47
Binary 10111011 1100 10111010 0 1011110 1 11011 100101100 1011000 100111

Color Harmonies of #BB0CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0CBA

Black with #BB0CBA

Text Example


Text Example

White with #BB0CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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