Html Css Color HEX #BB06DA Deep Magenta

📋 copy color: '#BB06DA'

red 187 ◦ green 6 ◦ blue 218

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

Shades of Deep Magenta #BB06DA

Tints of Deep Magenta #BB06DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.04%

R = 45.5%
G = 1.46%
B = 53.04%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB06DA (or 0xBB06DA) is known color: Deep Magenta. HEX triplet: BB, 06 and DA. RGB value is (187,6,218). Sum of RGB (Red+Green+Blue) = 187+6+218=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 6 (2.73% from 255 or 1.46% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB06DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB06DA is #44F925. Grayscale: #535353. Windows color (decimal): -4520230 or 14288571. OLE color: 14288571.

HSL color Cylindrical-coordinate representation of color #BB06DA: hue angle of 291.23º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB06DA is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 6 218 -
CMYK 0.14 0.97 0 0.15
HSL 291.23º 0.95% 0.44% -
HSV(B) 291.23º 0.97% 0.85% -
XYZ 33.21 15.76 67.62 -
YUV 84.29 203.47 201.26 -
System Red Green Blue C M Y K H S L
Decimal 187 6 218 0.14 0.97 0 0.15 291.23 0.95 0.44
Hex BB 6 DA E 61 0 F 123 5F 2C
Octal 273 6 332 16 141 0 17 443 137 54
Binary 10111011 110 11011010 1110 1100001 0 1111 100100011 1011111 101100

Color Harmonies of #BB06DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB06DA

Black with #BB06DA

Text Example


Text Example

White with #BB06DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB06DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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