Html Css Color HEX #B710D0 Deep Magenta

📋 copy color: '#B710D0'

red 183 ◦ green 16 ◦ blue 208

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

Shades of Deep Magenta #B710D0

Tints of Deep Magenta #B710D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 51.11%

R = 44.96%
G = 3.93%
B = 51.11%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B710D0 (or 0xB710D0) is known color: Deep Magenta. HEX triplet: B7, 10 and D0. RGB value is (183,16,208). Sum of RGB (Red+Green+Blue) = 183+16+208=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 16 (6.64% from 255 or 3.93% from 407); Blue value is 208 (81.64% from 255 or 51.11% from 407); Max value from RGB is 208 - color contains mainly: blue. Hex color #B710D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B710D0 is #48EF2F. Grayscale: #575757. Windows color (decimal): -4779824 or 13635767. OLE color: 13635767.

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

Color convert

RGB 183 16 208 -
CMYK 0.12 0.92 0 0.18
HSL 292.19º 0.86% 0.44% -
HSV(B) 292.19º 0.92% 0.82% -
XYZ 31.1 14.99 60.93 -
YUV 87.82 195.83 195.89 -
System Red Green Blue C M Y K H S L
Decimal 183 16 208 0.12 0.92 0 0.18 292.19 0.86 0.44
Hex B7 10 D0 C 5C 0 12 124 56 2C
Octal 267 20 320 14 134 0 22 444 126 54
Binary 10110111 10000 11010000 1100 1011100 0 10010 100100100 1010110 101100

Color Harmonies of #B710D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B710D0

Black with #B710D0

Text Example


Text Example

White with #B710D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B710D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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