Html Css Color HEX #B012BA Deep Magenta

📋 copy color: '#B012BA'

red 176 ◦ green 18 ◦ blue 186

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

Shades of Deep Magenta #B012BA

Tints of Deep Magenta #B012BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.95%

R = 46.32%
G = 4.74%
B = 48.95%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B012BA (or 0xB012BA) is known color: Deep Magenta. HEX triplet: B0, 12 and BA. RGB value is (176,18,186). Sum of RGB (Red+Green+Blue) = 176+18+186=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #B012BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B012BA is #4FED45. Grayscale: #535353. Windows color (decimal): -5238086 or 12194480. OLE color: 12194480.

HSL color Cylindrical-coordinate representation of color #B012BA: hue angle of 296.43º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B012BA is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 18 186 -
CMYK 0.05 0.90 0 0.27
HSL 296.43º 0.82% 0.4% -
HSV(B) 296.43º 0.9% 0.73% -
XYZ 26.98 13.21 47.58 -
YUV 84.39 185.35 193.34 -
System Red Green Blue C M Y K H S L
Decimal 176 18 186 0.05 0.90 0 0.27 296.43 0.82 0.4
Hex B0 12 BA 5 5A 0 1B 128 52 28
Octal 260 22 272 5 132 0 33 450 122 50
Binary 10110000 10010 10111010 101 1011010 0 11011 100101000 1010010 101000

Color Harmonies of #B012BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B012BA

Black with #B012BA

Text Example


Text Example

White with #B012BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B012BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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