Html Css Color HEX #B710DE Deep Magenta

📋 copy color: '#B710DE'

red 183 ◦ green 16 ◦ blue 222

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

Shades of Deep Magenta #B710DE

Tints of Deep Magenta #B710DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.73%

R = 43.47%
G = 3.8%
B = 52.73%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B710DE (or 0xB710DE) is known color: Deep Magenta. HEX triplet: B7, 10 and DE. RGB value is (183,16,222). Sum of RGB (Red+Green+Blue) = 183+16+222=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 16 (6.64% from 255 or 3.80% from 421); Blue value is 222 (87.11% from 255 or 52.73% from 421); Max value from RGB is 222 - color contains mainly: blue. Hex color #B710DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B710DE is #48EF21. Grayscale: #585858. Windows color (decimal): -4779810 or 14553271. OLE color: 14553271.

HSL color Cylindrical-coordinate representation of color #B710DE: hue angle of 288.64º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B710DE is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 16 222 -
CMYK 0.18 0.93 0 0.13
HSL 288.64º 0.87% 0.47% -
HSV(B) 288.64º 0.93% 0.87% -
XYZ 32.9 15.71 70.41 -
YUV 89.42 202.83 194.75 -
System Red Green Blue C M Y K H S L
Decimal 183 16 222 0.18 0.93 0 0.13 288.64 0.87 0.47
Hex B7 10 DE 12 5D 0 D 121 57 2F
Octal 267 20 336 22 135 0 15 441 127 57
Binary 10110111 10000 11011110 10010 1011101 0 1101 100100001 1010111 101111

Color Harmonies of #B710DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B710DE

Black with #B710DE

Text Example


Text Example

White with #B710DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B710DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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