Html Css Color HEX #B010B3 Deep Magenta

📋 copy color: '#B010B3'

red 176 ◦ green 16 ◦ blue 179

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

Shades of Deep Magenta #B010B3

Tints of Deep Magenta #B010B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 48.25%

R = 47.44%
G = 4.31%
B = 48.25%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B010B3 (or 0xB010B3) is known color: Deep Magenta. HEX triplet: B0, 10 and B3. RGB value is (176,16,179). Sum of RGB (Red+Green+Blue) = 176+16+179=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 179 - color contains mainly: blue. Hex color #B010B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B010B3 is #4FEF4C. Grayscale: #515151. Windows color (decimal): -5238605 or 11735216. OLE color: 11735216.

HSL color Cylindrical-coordinate representation of color #B010B3: hue angle of 298.9º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B010B3 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 16 179 -
CMYK 0.02 0.91 0 0.30
HSL 298.9º 0.84% 0.38% -
HSV(B) 298.9º 0.91% 0.7% -
XYZ 26.23 12.86 43.75 -
YUV 82.42 182.51 194.75 -
System Red Green Blue C M Y K H S L
Decimal 176 16 179 0.02 0.91 0 0.30 298.9 0.84 0.38
Hex B0 10 B3 2 5B 0 1E 12B 54 26
Octal 260 20 263 2 133 0 36 453 124 46
Binary 10110000 10000 10110011 10 1011011 0 11110 100101011 1010100 100110

Color Harmonies of #B010B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B010B3

Black with #B010B3

Text Example


Text Example

White with #B010B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B010B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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