Html Css Color HEX #BB06BB Deep Magenta

📋 copy color: '#BB06BB'

red 187 ◦ green 6 ◦ blue 187

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

Shades of Deep Magenta #BB06BB

Tints of Deep Magenta #BB06BB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.58%

 BLUE value IS 187 (73.44% from 255) = 49.21%

R = 49.21%
G = 1.58%
B = 49.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB06BB (or 0xBB06BB) is known color: Deep Magenta. HEX triplet: BB, 06 and BB. RGB value is (187,6,187). Sum of RGB (Red+Green+Blue) = 187+6+187=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 6 (2.73% from 255 or 1.58% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB06BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB06BB is #44F944. Grayscale: #505050. Windows color (decimal): -4520261 or 12256955. OLE color: 12256955.

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

Color convert

RGB 187 6 187 -
CMYK 0 0.97 0 0.27
HSL 300º 0.94% 0.38% -
HSV(B) 300º 0.97% 0.73% -
XYZ 29.53 14.28 48.21 -
YUV 80.75 187.97 203.78 -
System Red Green Blue C M Y K H S L
Decimal 187 6 187 0 0.97 0 0.27 300 0.94 0.38
Hex BB 6 BB 0 61 0 1B 12C 5E 26
Octal 273 6 273 0 141 0 33 454 136 46
Binary 10111011 110 10111011 0 1100001 0 11011 100101100 1011110 100110

Color Harmonies of #BB06BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB06BB

Black with #BB06BB

Text Example


Text Example

White with #BB06BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB06BB; }

 p { color: rgb(187,6,187); }

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

background-color css

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

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

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

border-color css

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

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

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