Html Css Color HEX #B917CC Deep Magenta

📋 copy color: '#B917CC'

red 185 ◦ green 23 ◦ blue 204

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

Shades of Deep Magenta #B917CC

Tints of Deep Magenta #B917CC

RGB

 RED value IS 185 (72.66% from 255) = 44.9%

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

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

R = 44.9%
G = 5.58%
B = 49.51%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B917CC (or 0xB917CC) is known color: Deep Magenta. HEX triplet: B9, 17 and CC. RGB value is (185,23,204). Sum of RGB (Red+Green+Blue) = 185+23+204=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 23 (9.38% from 255 or 5.58% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #B917CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B917CC is #46E833. Grayscale: #5B5B5B. Windows color (decimal): -4646964 or 13375417. OLE color: 13375417.

HSL color Cylindrical-coordinate representation of color #B917CC: hue angle of 293.7º 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 #B917CC is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 23 204 -
CMYK 0.09 0.89 0 0.2
HSL 293.7º 0.8% 0.45% -
HSV(B) 293.7º 0.89% 0.8% -
XYZ 31.21 15.29 58.43 -
YUV 92.07 191.17 194.28 -
System Red Green Blue C M Y K H S L
Decimal 185 23 204 0.09 0.89 0 0.2 293.7 0.8 0.45
Hex B9 17 CC 9 59 0 14 126 50 2D
Octal 271 27 314 11 131 0 24 446 120 55
Binary 10111001 10111 11001100 1001 1011001 0 10100 100100110 1010000 101101

Color Harmonies of #B917CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B917CC

Black with #B917CC

Text Example


Text Example

White with #B917CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B917CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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