Html Css Color HEX #B010BA Deep Magenta

📋 copy color: '#B010BA'

red 176 ◦ green 16 ◦ blue 186

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

Shades of Deep Magenta #B010BA

Tints of Deep Magenta #B010BA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.23%

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

R = 46.56%
G = 4.23%
B = 49.21%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B010BA (or 0xB010BA) is known color: Deep Magenta. HEX triplet: B0, 10 and BA. RGB value is (176,16,186). Sum of RGB (Red+Green+Blue) = 176+16+186=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 16 (6.64% from 255 or 4.23% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #B010BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B010BA is #4FEF45. Grayscale: #525252. Windows color (decimal): -5238598 or 12193968. OLE color: 12193968.

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

Color convert

RGB 176 16 186 -
CMYK 0.05 0.91 0 0.27
HSL 296.47º 0.84% 0.4% -
HSV(B) 296.47º 0.91% 0.73% -
XYZ 26.95 13.15 47.57 -
YUV 83.22 186.01 194.18 -
System Red Green Blue C M Y K H S L
Decimal 176 16 186 0.05 0.91 0 0.27 296.47 0.84 0.4
Hex B0 10 BA 5 5B 0 1B 128 54 28
Octal 260 20 272 5 133 0 33 450 124 50
Binary 10110000 10000 10111010 101 1011011 0 11011 100101000 1010100 101000

Color Harmonies of #B010BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B010BA

Black with #B010BA

Text Example


Text Example

White with #B010BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B010BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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