Html Css Color HEX #B717CB Deep Magenta

📋 copy color: '#B717CB'

red 183 ◦ green 23 ◦ blue 203

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

Shades of Deep Magenta #B717CB

Tints of Deep Magenta #B717CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.63%

R = 44.74%
G = 5.62%
B = 49.63%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B717CB (or 0xB717CB) is known color: Deep Magenta. HEX triplet: B7, 17 and CB. RGB value is (183,23,203). Sum of RGB (Red+Green+Blue) = 183+23+203=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 23 (9.38% from 255 or 5.62% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #B717CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B717CB is #48E834. Grayscale: #5A5A5A. Windows color (decimal): -4778037 or 13309879. OLE color: 13309879.

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

Color convert

RGB 183 23 203 -
CMYK 0.10 0.89 0 0.20
HSL 293.33º 0.8% 0.44% -
HSV(B) 293.33º 0.89% 0.8% -
XYZ 30.61 14.99 57.78 -
YUV 91.36 191.01 193.36 -
System Red Green Blue C M Y K H S L
Decimal 183 23 203 0.10 0.89 0 0.20 293.33 0.8 0.44
Hex B7 17 CB A 59 0 14 125 50 2C
Octal 267 27 313 12 131 0 24 445 120 54
Binary 10110111 10111 11001011 1010 1011001 0 10100 100100101 1010000 101100

Color Harmonies of #B717CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B717CB

Black with #B717CB

Text Example


Text Example

White with #B717CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B717CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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