Html Css Color HEX #B012C8 Deep Magenta

📋 copy color: '#B012C8'

red 176 ◦ green 18 ◦ blue 200

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

Shades of Deep Magenta #B012C8

Tints of Deep Magenta #B012C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 50.76%

R = 44.67%
G = 4.57%
B = 50.76%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B012C8 (or 0xB012C8) is known color: Deep Magenta. HEX triplet: B0, 12 and C8. RGB value is (176,18,200). Sum of RGB (Red+Green+Blue) = 176+18+200=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 18 (7.42% from 255 or 4.57% from 394); Blue value is 200 (78.52% from 255 or 50.76% from 394); Max value from RGB is 200 - color contains mainly: blue. Hex color #B012C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B012C8 is #4FED37. Grayscale: #555555. Windows color (decimal): -5238072 or 13111984. OLE color: 13111984.

HSL color Cylindrical-coordinate representation of color #B012C8: hue angle of 292.09º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B012C8 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 18 200 -
CMYK 0.12 0.91 0 0.22
HSL 292.09º 0.83% 0.43% -
HSV(B) 292.09º 0.91% 0.78% -
XYZ 28.55 13.83 55.81 -
YUV 85.99 192.35 192.2 -
System Red Green Blue C M Y K H S L
Decimal 176 18 200 0.12 0.91 0 0.22 292.09 0.83 0.43
Hex B0 12 C8 C 5B 0 16 124 53 2B
Octal 260 22 310 14 133 0 26 444 123 53
Binary 10110000 10010 11001000 1100 1011011 0 10110 100100100 1010011 101011

Color Harmonies of #B012C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B012C8

Black with #B012C8

Text Example


Text Example

White with #B012C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B012C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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