Html Css Color HEX #B210B5 Deep Magenta

📋 copy color: '#B210B5'

red 178 ◦ green 16 ◦ blue 181

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

Shades of Deep Magenta #B210B5

Tints of Deep Magenta #B210B5

RGB

 RED value IS 178 (69.92% from 255) = 47.47%

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

 BLUE value IS 181 (71.09% from 255) = 48.27%

R = 47.47%
G = 4.27%
B = 48.27%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B210B5 (or 0xB210B5) is known color: Deep Magenta. HEX triplet: B2, 10 and B5. RGB value is (178,16,181). Sum of RGB (Red+Green+Blue) = 178+16+181=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 181 (71.09% from 255 or 48.27% from 375); Max value from RGB is 181 - color contains mainly: blue. Hex color #B210B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B210B5 is #4DEF4A. Grayscale: #525252. Windows color (decimal): -5107531 or 11866290. OLE color: 11866290.

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

Color convert

RGB 178 16 181 -
CMYK 0.02 0.91 0 0.29
HSL 298.91º 0.84% 0.39% -
HSV(B) 298.91º 0.91% 0.71% -
XYZ 26.89 13.17 44.84 -
YUV 83.25 183.17 195.58 -
System Red Green Blue C M Y K H S L
Decimal 178 16 181 0.02 0.91 0 0.29 298.91 0.84 0.39
Hex B2 10 B5 2 5B 0 1D 12B 54 27
Octal 262 20 265 2 133 0 35 453 124 47
Binary 10110010 10000 10110101 10 1011011 0 11101 100101011 1010100 100111

Color Harmonies of #B210B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B210B5

Black with #B210B5

Text Example


Text Example

White with #B210B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B210B5; }

 p { color: rgb(178,16,181); }

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

background-color css

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

 a { background-color: rgb(178,16,181); }

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

border-color css

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

 span { border-color: rgb(178,16,181); }

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