Html Css Color HEX #B012BE Deep Magenta

📋 copy color: '#B012BE'

red 176 ◦ green 18 ◦ blue 190

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

Shades of Deep Magenta #B012BE

Tints of Deep Magenta #B012BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.48%

R = 45.83%
G = 4.69%
B = 49.48%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B012BE (or 0xB012BE) is known color: Deep Magenta. HEX triplet: B0, 12 and BE. RGB value is (176,18,190). Sum of RGB (Red+Green+Blue) = 176+18+190=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #B012BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B012BE is #4FED41. Grayscale: #545454. Windows color (decimal): -5238082 or 12456624. OLE color: 12456624.

HSL color Cylindrical-coordinate representation of color #B012BE: hue angle of 295.12º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B012BE is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 18 190 -
CMYK 0.07 0.91 0 0.25
HSL 295.12º 0.83% 0.41% -
HSV(B) 295.12º 0.91% 0.75% -
XYZ 27.42 13.38 49.85 -
YUV 84.85 187.35 193.01 -
System Red Green Blue C M Y K H S L
Decimal 176 18 190 0.07 0.91 0 0.25 295.12 0.83 0.41
Hex B0 12 BE 7 5B 0 19 127 53 29
Octal 260 22 276 7 133 0 31 447 123 51
Binary 10110000 10010 10111110 111 1011011 0 11001 100100111 1010011 101001

Color Harmonies of #B012BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B012BE

Black with #B012BE

Text Example


Text Example

White with #B012BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B012BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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