Html Css Color HEX #B012BB Deep Magenta

📋 copy color: '#B012BB'

red 176 ◦ green 18 ◦ blue 187

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

Shades of Deep Magenta #B012BB

Tints of Deep Magenta #B012BB

RGB

 RED value IS 176 (69.14% from 255) = 46.19%

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

 BLUE value IS 187 (73.44% from 255) = 49.08%

R = 46.19%
G = 4.72%
B = 49.08%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B012BB (or 0xB012BB) is known color: Deep Magenta. HEX triplet: B0, 12 and BB. RGB value is (176,18,187). Sum of RGB (Red+Green+Blue) = 176+18+187=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 18 (7.42% from 255 or 4.72% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #B012BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B012BB is #4FED44. Grayscale: #535353. Windows color (decimal): -5238085 or 12260016. OLE color: 12260016.

HSL color Cylindrical-coordinate representation of color #B012BB: hue angle of 296.09º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B012BB is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 18 187 -
CMYK 0.06 0.90 0 0.27
HSL 296.09º 0.82% 0.4% -
HSV(B) 296.09º 0.9% 0.73% -
XYZ 27.09 13.25 48.14 -
YUV 84.51 185.85 193.26 -
System Red Green Blue C M Y K H S L
Decimal 176 18 187 0.06 0.90 0 0.27 296.09 0.82 0.4
Hex B0 12 BB 6 5A 0 1B 128 52 28
Octal 260 22 273 6 132 0 33 450 122 50
Binary 10110000 10010 10111011 110 1011010 0 11011 100101000 1010010 101000

Color Harmonies of #B012BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B012BB

Black with #B012BB

Text Example


Text Example

White with #B012BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B012BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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