Html Css Color HEX #B617CA Deep Magenta

📋 copy color: '#B617CA'

red 182 ◦ green 23 ◦ blue 202

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

Shades of Deep Magenta #B617CA

Tints of Deep Magenta #B617CA

RGB

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

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

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

R = 44.72%
G = 5.65%
B = 49.63%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B617CA (or 0xB617CA) is known color: Deep Magenta. HEX triplet: B6, 17 and CA. RGB value is (182,23,202). Sum of RGB (Red+Green+Blue) = 182+23+202=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 23 (9.38% from 255 or 5.65% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #B617CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B617CA is #49E835. Grayscale: #5A5A5A. Windows color (decimal): -4843574 or 13244342. OLE color: 13244342.

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

Color convert

RGB 182 23 202 -
CMYK 0.10 0.89 0 0.21
HSL 293.3º 0.8% 0.44% -
HSV(B) 293.3º 0.89% 0.79% -
XYZ 30.26 14.82 57.14 -
YUV 90.95 190.68 192.95 -
System Red Green Blue C M Y K H S L
Decimal 182 23 202 0.10 0.89 0 0.21 293.3 0.8 0.44
Hex B6 17 CA A 59 0 15 125 50 2C
Octal 266 27 312 12 131 0 25 445 120 54
Binary 10110110 10111 11001010 1010 1011001 0 10101 100100101 1010000 101100

Color Harmonies of #B617CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B617CA

Black with #B617CA

Text Example


Text Example

White with #B617CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B617CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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