Html Css Color HEX #B710CD Deep Magenta

📋 copy color: '#B710CD'

red 183 ◦ green 16 ◦ blue 205

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

Shades of Deep Magenta #B710CD

Tints of Deep Magenta #B710CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.74%

R = 45.3%
G = 3.96%
B = 50.74%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B710CD (or 0xB710CD) is known color: Deep Magenta. HEX triplet: B7, 10 and CD. RGB value is (183,16,205). Sum of RGB (Red+Green+Blue) = 183+16+205=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 16 (6.64% from 255 or 3.96% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #B710CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B710CD is #48EF32. Grayscale: #565656. Windows color (decimal): -4779827 or 13439159. OLE color: 13439159.

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

Color convert

RGB 183 16 205 -
CMYK 0.11 0.92 0 0.20
HSL 293.02º 0.86% 0.43% -
HSV(B) 293.02º 0.92% 0.8% -
XYZ 30.73 14.85 59 -
YUV 87.48 194.33 196.13 -
System Red Green Blue C M Y K H S L
Decimal 183 16 205 0.11 0.92 0 0.20 293.02 0.86 0.43
Hex B7 10 CD B 5C 0 14 125 56 2B
Octal 267 20 315 13 134 0 24 445 126 53
Binary 10110111 10000 11001101 1011 1011100 0 10100 100100101 1010110 101011

Color Harmonies of #B710CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B710CD

Black with #B710CD

Text Example


Text Example

White with #B710CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B710CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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