Html Css Color HEX #B710CC Deep Magenta

📋 copy color: '#B710CC'

red 183 ◦ green 16 ◦ blue 204

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

Shades of Deep Magenta #B710CC

Tints of Deep Magenta #B710CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.62%

R = 45.41%
G = 3.97%
B = 50.62%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B710CC (or 0xB710CC) is known color: Deep Magenta. HEX triplet: B7, 10 and CC. RGB value is (183,16,204). Sum of RGB (Red+Green+Blue) = 183+16+204=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 16 (6.64% from 255 or 3.97% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #B710CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B710CC is #48EF33. Grayscale: #565656. Windows color (decimal): -4779828 or 13373623. OLE color: 13373623.

HSL color Cylindrical-coordinate representation of color #B710CC: hue angle of 293.3º degrees, saturation: 0.85, 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 #B710CC is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 16 204 -
CMYK 0.10 0.92 0 0.2
HSL 293.3º 0.85% 0.43% -
HSV(B) 293.3º 0.92% 0.8% -
XYZ 30.61 14.8 58.37 -
YUV 87.37 193.83 196.21 -
System Red Green Blue C M Y K H S L
Decimal 183 16 204 0.10 0.92 0 0.2 293.3 0.85 0.43
Hex B7 10 CC A 5C 0 14 125 55 2B
Octal 267 20 314 12 134 0 24 445 125 53
Binary 10110111 10000 11001100 1010 1011100 0 10100 100100101 1010101 101011

Color Harmonies of #B710CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B710CC

Black with #B710CC

Text Example


Text Example

White with #B710CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B710CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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