Html Css Color HEX #B012BD Deep Magenta

📋 copy color: '#B012BD'

red 176 ◦ green 18 ◦ blue 189

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

Shades of Deep Magenta #B012BD

Tints of Deep Magenta #B012BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.35%

R = 45.95%
G = 4.7%
B = 49.35%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B012BD (or 0xB012BD) is known color: Deep Magenta. HEX triplet: B0, 12 and BD. RGB value is (176,18,189). Sum of RGB (Red+Green+Blue) = 176+18+189=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: blue. Hex color #B012BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B012BD is #4FED42. Grayscale: #545454. Windows color (decimal): -5238083 or 12391088. OLE color: 12391088.

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

Color convert

RGB 176 18 189 -
CMYK 0.07 0.90 0 0.26
HSL 295.44º 0.83% 0.41% -
HSV(B) 295.44º 0.9% 0.74% -
XYZ 27.31 13.34 49.28 -
YUV 84.74 186.85 193.1 -
System Red Green Blue C M Y K H S L
Decimal 176 18 189 0.07 0.90 0 0.26 295.44 0.83 0.41
Hex B0 12 BD 7 5A 0 1A 127 53 29
Octal 260 22 275 7 132 0 32 447 123 51
Binary 10110000 10010 10111101 111 1011010 0 11010 100100111 1010011 101001

Color Harmonies of #B012BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B012BD

Black with #B012BD

Text Example


Text Example

White with #B012BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B012BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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