Html Css Color HEX #B710B5 Deep Magenta

📋 copy color: '#B710B5'

red 183 ◦ green 16 ◦ blue 181

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

Shades of Deep Magenta #B710B5

Tints of Deep Magenta #B710B5

RGB

 RED value IS 183 (71.88% from 255) = 48.16%

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

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

R = 48.16%
G = 4.21%
B = 47.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#B710B5 (or 0xB710B5) is known color: Deep Magenta. HEX triplet: B7, 10 and B5. RGB value is (183,16,181). Sum of RGB (Red+Green+Blue) = 183+16+181=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 16 (6.64% from 255 or 4.21% from 380); Blue value is 181 (71.09% from 255 or 47.63% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B710B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B710B5 is #48EF4A. Grayscale: #545454. Windows color (decimal): -4779851 or 11866295. OLE color: 11866295.

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

Color convert

RGB 183 16 181 -
CMYK 0 0.91 0.01 0.28
HSL 300.72º 0.84% 0.39% -
HSV(B) 300.72º 0.91% 0.72% -
XYZ 28.05 13.77 44.9 -
YUV 84.74 182.33 198.08 -
System Red Green Blue C M Y K H S L
Decimal 183 16 181 0 0.91 0.01 0.28 300.72 0.84 0.39
Hex B7 10 B5 0 5B 1 1C 12D 54 27
Octal 267 20 265 0 133 1 34 455 124 47
Binary 10110111 10000 10110101 0 1011011 1 11100 100101101 1010100 100111

Color Harmonies of #B710B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B710B5

Black with #B710B5

Text Example


Text Example

White with #B710B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B710B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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