Html Css Color HEX #BB08BA Deep Magenta

📋 copy color: '#BB08BA'

red 187 ◦ green 8 ◦ blue 186

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

Shades of Deep Magenta #BB08BA

Tints of Deep Magenta #BB08BA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.1%

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

R = 49.08%
G = 2.1%
B = 48.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB08BA (or 0xBB08BA) is known color: Deep Magenta. HEX triplet: BB, 08 and BA. RGB value is (187,8,186). Sum of RGB (Red+Green+Blue) = 187+8+186=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 8 (3.52% from 255 or 2.10% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB08BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB08BA is #44F745. Grayscale: #515151. Windows color (decimal): -4519750 or 12191931. OLE color: 12191931.

HSL color Cylindrical-coordinate representation of color #BB08BA: hue angle of 300.34º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB08BA is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 8 186 -
CMYK 0 0.96 0.01 0.27
HSL 300.34º 0.92% 0.38% -
HSV(B) 300.34º 0.96% 0.73% -
XYZ 29.44 14.28 47.66 -
YUV 81.81 186.8 203.03 -
System Red Green Blue C M Y K H S L
Decimal 187 8 186 0 0.96 0.01 0.27 300.34 0.92 0.38
Hex BB 8 BA 0 60 1 1B 12C 5C 26
Octal 273 10 272 0 140 1 33 454 134 46
Binary 10111011 1000 10111010 0 1100000 1 11011 100101100 1011100 100110

Color Harmonies of #BB08BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB08BA

Black with #BB08BA

Text Example


Text Example

White with #BB08BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB08BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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