Html Css Color HEX #B710CE Deep Magenta

📋 copy color: '#B710CE'

red 183 ◦ green 16 ◦ blue 206

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

Shades of Deep Magenta #B710CE

Tints of Deep Magenta #B710CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.86%

R = 45.19%
G = 3.95%
B = 50.86%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B710CE (or 0xB710CE) is known color: Deep Magenta. HEX triplet: B7, 10 and CE. RGB value is (183,16,206). Sum of RGB (Red+Green+Blue) = 183+16+206=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 16 (6.64% from 255 or 3.95% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #B710CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B710CE is #48EF31. Grayscale: #575757. Windows color (decimal): -4779826 or 13504695. OLE color: 13504695.

HSL color Cylindrical-coordinate representation of color #B710CE: hue angle of 292.74º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B710CE is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 16 206 -
CMYK 0.11 0.92 0 0.19
HSL 292.74º 0.86% 0.44% -
HSV(B) 292.74º 0.92% 0.81% -
XYZ 30.85 14.89 59.64 -
YUV 87.59 194.83 196.05 -
System Red Green Blue C M Y K H S L
Decimal 183 16 206 0.11 0.92 0 0.19 292.74 0.86 0.44
Hex B7 10 CE B 5C 0 13 125 56 2C
Octal 267 20 316 13 134 0 23 445 126 54
Binary 10110111 10000 11001110 1011 1011100 0 10011 100100101 1010110 101100

Color Harmonies of #B710CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B710CE

Black with #B710CE

Text Example


Text Example

White with #B710CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B710CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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