Html Css Color HEX #BB0CDA Deep Magenta

📋 copy color: '#BB0CDA'

red 187 ◦ green 12 ◦ blue 218

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

Shades of Deep Magenta #BB0CDA

Tints of Deep Magenta #BB0CDA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.88%

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

R = 44.84%
G = 2.88%
B = 52.28%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB0CDA (or 0xBB0CDA) is known color: Deep Magenta. HEX triplet: BB, 0C and DA. RGB value is (187,12,218). Sum of RGB (Red+Green+Blue) = 187+12+218=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 12 (5.08% from 255 or 2.88% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB0CDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0CDA is #44F325. Grayscale: #575757. Windows color (decimal): -4518694 or 14290107. OLE color: 14290107.

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

Color convert

RGB 187 12 218 -
CMYK 0.14 0.94 0 0.15
HSL 290.97º 0.9% 0.45% -
HSV(B) 290.97º 0.94% 0.85% -
XYZ 33.28 15.89 67.64 -
YUV 87.81 201.48 198.75 -
System Red Green Blue C M Y K H S L
Decimal 187 12 218 0.14 0.94 0 0.15 290.97 0.9 0.45
Hex BB C DA E 5E 0 F 123 5A 2D
Octal 273 14 332 16 136 0 17 443 132 55
Binary 10111011 1100 11011010 1110 1011110 0 1111 100100011 1011010 101101

Color Harmonies of #BB0CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0CDA

Black with #BB0CDA

Text Example


Text Example

White with #BB0CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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