Html Css Color HEX #B012C9 Deep Magenta

📋 copy color: '#B012C9'

red 176 ◦ green 18 ◦ blue 201

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

Shades of Deep Magenta #B012C9

Tints of Deep Magenta #B012C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 50.89%

R = 44.56%
G = 4.56%
B = 50.89%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B012C9 (or 0xB012C9) is known color: Deep Magenta. HEX triplet: B0, 12 and C9. RGB value is (176,18,201). Sum of RGB (Red+Green+Blue) = 176+18+201=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 18 (7.42% from 255 or 4.56% from 395); Blue value is 201 (78.91% from 255 or 50.89% from 395); Max value from RGB is 201 - color contains mainly: blue. Hex color #B012C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B012C9 is #4FED36. Grayscale: #555555. Windows color (decimal): -5238071 or 13177520. OLE color: 13177520.

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

Color convert

RGB 176 18 201 -
CMYK 0.12 0.91 0 0.21
HSL 291.8º 0.84% 0.43% -
HSV(B) 291.8º 0.91% 0.79% -
XYZ 28.66 13.88 56.43 -
YUV 86.1 192.85 192.12 -
System Red Green Blue C M Y K H S L
Decimal 176 18 201 0.12 0.91 0 0.21 291.8 0.84 0.43
Hex B0 12 C9 C 5B 0 15 124 54 2B
Octal 260 22 311 14 133 0 25 444 124 53
Binary 10110000 10010 11001001 1100 1011011 0 10101 100100100 1010100 101011

Color Harmonies of #B012C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B012C9

Black with #B012C9

Text Example


Text Example

White with #B012C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B012C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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