Html Css Color HEX #BB12DC Deep Magenta

📋 copy color: '#BB12DC'

red 187 ◦ green 18 ◦ blue 220

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

Shades of Deep Magenta #BB12DC

Tints of Deep Magenta #BB12DC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.24%

 BLUE value IS 220 (86.33% from 255) = 51.76%

R = 44%
G = 4.24%
B = 51.76%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB12DC (or 0xBB12DC) is known color: Deep Magenta. HEX triplet: BB, 12 and DC. RGB value is (187,18,220). Sum of RGB (Red+Green+Blue) = 187+18+220=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 18 (7.42% from 255 or 4.24% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB12DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB12DC is #44ED23. Grayscale: #5A5A5A. Windows color (decimal): -4517156 or 14422715. OLE color: 14422715.

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

Color convert

RGB 187 18 220 -
CMYK 0.15 0.92 0 0.14
HSL 290.2º 0.85% 0.47% -
HSV(B) 290.2º 0.92% 0.86% -
XYZ 33.63 16.16 69.06 -
YUV 91.56 200.49 196.07 -
System Red Green Blue C M Y K H S L
Decimal 187 18 220 0.15 0.92 0 0.14 290.2 0.85 0.47
Hex BB 12 DC F 5C 0 E 122 55 2F
Octal 273 22 334 17 134 0 16 442 125 57
Binary 10111011 10010 11011100 1111 1011100 0 1110 100100010 1010101 101111

Color Harmonies of #BB12DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB12DC

Black with #BB12DC

Text Example


Text Example

White with #BB12DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB12DC; }

 p { color: rgb(187,18,220); }

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

background-color css

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

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

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

border-color css

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

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

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