Html Css Color HEX #B617CC Deep Magenta

📋 copy color: '#B617CC'

red 182 ◦ green 23 ◦ blue 204

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

Shades of Deep Magenta #B617CC

Tints of Deep Magenta #B617CC

RGB

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

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

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

R = 44.5%
G = 5.62%
B = 49.88%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B617CC (or 0xB617CC) is known color: Deep Magenta. HEX triplet: B6, 17 and CC. RGB value is (182,23,204). Sum of RGB (Red+Green+Blue) = 182+23+204=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 23 (9.38% from 255 or 5.62% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #B617CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B617CC is #49E833. Grayscale: #5A5A5A. Windows color (decimal): -4843572 or 13375414. OLE color: 13375414.

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

Color convert

RGB 182 23 204 -
CMYK 0.11 0.89 0 0.2
HSL 292.71º 0.8% 0.45% -
HSV(B) 292.71º 0.89% 0.8% -
XYZ 30.5 14.92 58.4 -
YUV 91.18 191.68 192.78 -
System Red Green Blue C M Y K H S L
Decimal 182 23 204 0.11 0.89 0 0.2 292.71 0.8 0.45
Hex B6 17 CC B 59 0 14 125 50 2D
Octal 266 27 314 13 131 0 24 445 120 55
Binary 10110110 10111 11001100 1011 1011001 0 10100 100100101 1010000 101101

Color Harmonies of #B617CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B617CC

Black with #B617CC

Text Example


Text Example

White with #B617CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B617CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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