Html Css Color HEX #BB0BBA Deep Magenta

📋 copy color: '#BB0BBA'

red 187 ◦ green 11 ◦ blue 186

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

Shades of Deep Magenta #BB0BBA

Tints of Deep Magenta #BB0BBA

RGB

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

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

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

R = 48.7%
G = 2.86%
B = 48.44%

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

#BB0BBA (or 0xBB0BBA) is known color: Deep Magenta. HEX triplet: BB, 0B and BA. RGB value is (187,11,186). Sum of RGB (Red+Green+Blue) = 187+11+186=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 11 (4.69% from 255 or 2.86% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0BBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0BBA is #44F445. Grayscale: #535353. Windows color (decimal): -4518982 or 12192699. OLE color: 12192699.

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

Color convert

RGB 187 11 186 -
CMYK 0 0.94 0.01 0.27
HSL 300.34º 0.89% 0.39% -
HSV(B) 300.34º 0.94% 0.73% -
XYZ 29.48 14.35 47.67 -
YUV 83.57 185.81 201.77 -
System Red Green Blue C M Y K H S L
Decimal 187 11 186 0 0.94 0.01 0.27 300.34 0.89 0.39
Hex BB B BA 0 5E 1 1B 12C 59 27
Octal 273 13 272 0 136 1 33 454 131 47
Binary 10111011 1011 10111010 0 1011110 1 11011 100101100 1011001 100111

Color Harmonies of #BB0BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0BBA

Black with #BB0BBA

Text Example


Text Example

White with #BB0BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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