Html Css Color HEX #B717CA Deep Magenta

📋 copy color: '#B717CA'

red 183 ◦ green 23 ◦ blue 202

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

Shades of Deep Magenta #B717CA

Tints of Deep Magenta #B717CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.51%

R = 44.85%
G = 5.64%
B = 49.51%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B717CA (or 0xB717CA) is known color: Deep Magenta. HEX triplet: B7, 17 and CA. RGB value is (183,23,202). Sum of RGB (Red+Green+Blue) = 183+23+202=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 23 (9.38% from 255 or 5.64% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #B717CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B717CA is #48E835. Grayscale: #5A5A5A. Windows color (decimal): -4778038 or 13244343. OLE color: 13244343.

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

Color convert

RGB 183 23 202 -
CMYK 0.09 0.89 0 0.21
HSL 293.63º 0.8% 0.44% -
HSV(B) 293.63º 0.89% 0.79% -
XYZ 30.5 14.94 57.15 -
YUV 91.25 190.51 193.45 -
System Red Green Blue C M Y K H S L
Decimal 183 23 202 0.09 0.89 0 0.21 293.63 0.8 0.44
Hex B7 17 CA 9 59 0 15 126 50 2C
Octal 267 27 312 11 131 0 25 446 120 54
Binary 10110111 10111 11001010 1001 1011001 0 10101 100100110 1010000 101100

Color Harmonies of #B717CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B717CA

Black with #B717CA

Text Example


Text Example

White with #B717CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B717CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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