Html Css Color HEX #B717CC Deep Magenta

📋 copy color: '#B717CC'

red 183 ◦ green 23 ◦ blue 204

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

Shades of Deep Magenta #B717CC

Tints of Deep Magenta #B717CC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.61%

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

R = 44.63%
G = 5.61%
B = 49.76%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B717CC (or 0xB717CC) is known color: Deep Magenta. HEX triplet: B7, 17 and CC. RGB value is (183,23,204). Sum of RGB (Red+Green+Blue) = 183+23+204=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 23 (9.38% from 255 or 5.61% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #B717CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B717CC is #48E833. Grayscale: #5A5A5A. Windows color (decimal): -4778036 or 13375415. OLE color: 13375415.

HSL color Cylindrical-coordinate representation of color #B717CC: hue angle of 293.04º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B717CC is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 23 204 -
CMYK 0.10 0.89 0 0.2
HSL 293.04º 0.8% 0.45% -
HSV(B) 293.04º 0.89% 0.8% -
XYZ 30.73 15.04 58.41 -
YUV 91.47 191.51 193.28 -
System Red Green Blue C M Y K H S L
Decimal 183 23 204 0.10 0.89 0 0.2 293.04 0.8 0.45
Hex B7 17 CC A 59 0 14 125 50 2D
Octal 267 27 314 12 131 0 24 445 120 55
Binary 10110111 10111 11001100 1010 1011001 0 10100 100100101 1010000 101101

Color Harmonies of #B717CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B717CC

Black with #B717CC

Text Example


Text Example

White with #B717CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B717CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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