Html Css Color HEX #B710B1 Deep Magenta

📋 copy color: '#B710B1'

red 183 ◦ green 16 ◦ blue 177

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

Shades of Deep Magenta #B710B1

Tints of Deep Magenta #B710B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 47.07%

R = 48.67%
G = 4.26%
B = 47.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B710B1 (or 0xB710B1) is known color: Deep Magenta. HEX triplet: B7, 10 and B1. RGB value is (183,16,177). Sum of RGB (Red+Green+Blue) = 183+16+177=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 177 (69.53% from 255 or 47.07% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B710B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B710B1 is #48EF4E. Grayscale: #535353. Windows color (decimal): -4779855 or 11604151. OLE color: 11604151.

HSL color Cylindrical-coordinate representation of color #B710B1: hue angle of 302.16º 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 #B710B1 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 16 177 -
CMYK 0 0.91 0.03 0.28
HSL 302.16º 0.84% 0.39% -
HSV(B) 302.16º 0.91% 0.72% -
XYZ 27.65 13.61 42.77 -
YUV 84.29 180.33 198.41 -
System Red Green Blue C M Y K H S L
Decimal 183 16 177 0 0.91 0.03 0.28 302.16 0.84 0.39
Hex B7 10 B1 0 5B 3 1C 12E 54 27
Octal 267 20 261 0 133 3 34 456 124 47
Binary 10110111 10000 10110001 0 1011011 11 11100 100101110 1010100 100111

Color Harmonies of #B710B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B710B1

Black with #B710B1

Text Example


Text Example

White with #B710B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B710B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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