Html Css Color HEX #B917CE Deep Magenta

📋 copy color: '#B917CE'

red 185 ◦ green 23 ◦ blue 206

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

Shades of Deep Magenta #B917CE

Tints of Deep Magenta #B917CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.76%

R = 44.69%
G = 5.56%
B = 49.76%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B917CE (or 0xB917CE) is known color: Deep Magenta. HEX triplet: B9, 17 and CE. RGB value is (185,23,206). Sum of RGB (Red+Green+Blue) = 185+23+206=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 23 (9.38% from 255 or 5.56% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #B917CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B917CE is #46E831. Grayscale: #5B5B5B. Windows color (decimal): -4646962 or 13506489. OLE color: 13506489.

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

Color convert

RGB 185 23 206 -
CMYK 0.10 0.89 0 0.19
HSL 293.11º 0.8% 0.45% -
HSV(B) 293.11º 0.89% 0.81% -
XYZ 31.45 15.38 59.7 -
YUV 92.3 192.17 194.12 -
System Red Green Blue C M Y K H S L
Decimal 185 23 206 0.10 0.89 0 0.19 293.11 0.8 0.45
Hex B9 17 CE A 59 0 13 125 50 2D
Octal 271 27 316 12 131 0 23 445 120 55
Binary 10111001 10111 11001110 1010 1011001 0 10011 100100101 1010000 101101

Color Harmonies of #B917CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B917CE

Black with #B917CE

Text Example


Text Example

White with #B917CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B917CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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