Html Css Color HEX #B012BF Deep Magenta

📋 copy color: '#B012BF'

red 176 ◦ green 18 ◦ blue 191

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

Shades of Deep Magenta #B012BF

Tints of Deep Magenta #B012BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.61%

R = 45.71%
G = 4.68%
B = 49.61%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B012BF (or 0xB012BF) is known color: Deep Magenta. HEX triplet: B0, 12 and BF. RGB value is (176,18,191). Sum of RGB (Red+Green+Blue) = 176+18+191=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #B012BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B012BF is #4FED40. Grayscale: #545454. Windows color (decimal): -5238081 or 12522160. OLE color: 12522160.

HSL color Cylindrical-coordinate representation of color #B012BF: hue angle of 294.8º 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 #B012BF is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 18 191 -
CMYK 0.08 0.91 0 0.25
HSL 294.8º 0.83% 0.41% -
HSV(B) 294.8º 0.91% 0.75% -
XYZ 27.52 13.42 50.43 -
YUV 84.96 187.85 192.93 -
System Red Green Blue C M Y K H S L
Decimal 176 18 191 0.08 0.91 0 0.25 294.8 0.83 0.41
Hex B0 12 BF 8 5B 0 19 127 53 29
Octal 260 22 277 10 133 0 31 447 123 51
Binary 10110000 10010 10111111 1000 1011011 0 11001 100100111 1010011 101001

Color Harmonies of #B012BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B012BF

Black with #B012BF

Text Example


Text Example

White with #B012BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B012BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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