Html Css Color HEX #B617AB Deep Magenta

📋 copy color: '#B617AB'

red 182 ◦ green 23 ◦ blue 171

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

Shades of Deep Magenta #B617AB

Tints of Deep Magenta #B617AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.48%

R = 48.4%
G = 6.12%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B617AB (or 0xB617AB) is known color: Deep Magenta. HEX triplet: B6, 17 and AB. RGB value is (182,23,171). Sum of RGB (Red+Green+Blue) = 182+23+171=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 23 (9.38% from 255 or 6.12% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B617AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B617AB is #49E854. Grayscale: #565656. Windows color (decimal): -4843605 or 11212726. OLE color: 11212726.

HSL color Cylindrical-coordinate representation of color #B617AB: hue angle of 304.15º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B617AB is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 23 171 -
CMYK 0 0.87 0.06 0.29
HSL 304.15º 0.78% 0.4% -
HSV(B) 304.15º 0.87% 0.71% -
XYZ 26.95 13.5 39.71 -
YUV 87.41 175.18 195.47 -
System Red Green Blue C M Y K H S L
Decimal 182 23 171 0 0.87 0.06 0.29 304.15 0.78 0.4
Hex B6 17 AB 0 57 6 1D 130 4E 28
Octal 266 27 253 0 127 6 35 460 116 50
Binary 10110110 10111 10101011 0 1010111 110 11101 100110000 1001110 101000

Color Harmonies of #B617AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B617AB

Black with #B617AB

Text Example


Text Example

White with #B617AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B617AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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