Html Css Color HEX #BB00DA Deep Magenta

📋 copy color: '#BB00DA'

red 187 ◦ green 0 ◦ blue 218

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

Shades of Deep Magenta #BB00DA

Tints of Deep Magenta #BB00DA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.17%
G = 0%
B = 53.83%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB00DA (or 0xBB00DA) is known color: Deep Magenta. HEX triplet: BB, 00 and DA. RGB value is (187,0,218). Sum of RGB (Red+Green+Blue) = 187+0+218=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 0 (0.39% from 255 or 0% from 405); Blue value is 218 (85.55% from 255 or 53.83% from 405); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB00DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB00DA is #44FF25. Grayscale: #505050. Windows color (decimal): -4521766 or 14287035. OLE color: 14287035.

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

Color convert

RGB 187 0 218 -
CMYK 0.14 1 0 0.15
HSL 291.47º 1% 0.43% -
HSV(B) 291.47º 1% 0.85% -
XYZ 33.15 15.63 67.6 -
YUV 80.77 205.45 203.77 -
System Red Green Blue C M Y K H S L
Decimal 187 0 218 0.14 1 0 0.15 291.47 1 0.43
Hex BB 0 DA E 64 0 F 123 64 2B
Octal 273 0 332 16 144 0 17 443 144 53
Binary 10111011 0 11011010 1110 1100100 0 1111 100100011 1100100 101011

Color Harmonies of #BB00DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB00DA

Black with #BB00DA

Text Example


Text Example

White with #BB00DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB00DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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