Html Css Color HEX #B617CE Deep Magenta

📋 copy color: '#B617CE'

red 182 ◦ green 23 ◦ blue 206

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

Shades of Deep Magenta #B617CE

Tints of Deep Magenta #B617CE

RGB

 RED value IS 182 (71.48% from 255) = 44.28%

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

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

R = 44.28%
G = 5.6%
B = 50.12%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B617CE (or 0xB617CE) is known color: Deep Magenta. HEX triplet: B6, 17 and CE. RGB value is (182,23,206). Sum of RGB (Red+Green+Blue) = 182+23+206=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 23 (9.38% from 255 or 5.60% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #B617CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B617CE is #49E831. Grayscale: #5A5A5A. Windows color (decimal): -4843570 or 13506486. OLE color: 13506486.

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

Color convert

RGB 182 23 206 -
CMYK 0.12 0.89 0 0.19
HSL 292.13º 0.8% 0.45% -
HSV(B) 292.13º 0.89% 0.81% -
XYZ 30.74 15.01 59.67 -
YUV 91.4 192.68 192.62 -
System Red Green Blue C M Y K H S L
Decimal 182 23 206 0.12 0.89 0 0.19 292.13 0.8 0.45
Hex B6 17 CE C 59 0 13 124 50 2D
Octal 266 27 316 14 131 0 23 444 120 55
Binary 10110110 10111 11001110 1100 1011001 0 10011 100100100 1010000 101101

Color Harmonies of #B617CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B617CE

Black with #B617CE

Text Example


Text Example

White with #B617CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B617CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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