Html Css Color HEX #BB12BC Deep Magenta

📋 copy color: '#BB12BC'

red 187 ◦ green 18 ◦ blue 188

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

Shades of Deep Magenta #BB12BC

Tints of Deep Magenta #BB12BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.84%

R = 47.58%
G = 4.58%
B = 47.84%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB12BC (or 0xBB12BC) is known color: Deep Magenta. HEX triplet: BB, 12 and BC. RGB value is (187,18,188). Sum of RGB (Red+Green+Blue) = 187+18+188=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 18 (7.42% from 255 or 4.58% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB12BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB12BC is #44ED43. Grayscale: #575757. Windows color (decimal): -4517188 or 12325563. OLE color: 12325563.

HSL color Cylindrical-coordinate representation of color #BB12BC: hue angle of 299.65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB12BC is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 18 188 -
CMYK 0.01 0.90 0 0.26
HSL 299.65º 0.83% 0.4% -
HSV(B) 299.65º 0.9% 0.74% -
XYZ 29.79 14.63 48.83 -
YUV 87.91 184.49 198.68 -
System Red Green Blue C M Y K H S L
Decimal 187 18 188 0.01 0.90 0 0.26 299.65 0.83 0.4
Hex BB 12 BC 1 5A 0 1A 12C 53 28
Octal 273 22 274 1 132 0 32 454 123 50
Binary 10111011 10010 10111100 1 1011010 0 11010 100101100 1010011 101000

Color Harmonies of #BB12BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB12BC

Black with #BB12BC

Text Example


Text Example

White with #BB12BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB12BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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