Html Css Color HEX #B618AD Deep Magenta

📋 copy color: '#B618AD'

red 182 ◦ green 24 ◦ blue 173

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

Shades of Deep Magenta #B618AD

Tints of Deep Magenta #B618AD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.33%

 BLUE value IS 173 (67.97% from 255) = 45.65%

R = 48.02%
G = 6.33%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B618AD (or 0xB618AD) is known color: Deep Magenta. HEX triplet: B6, 18 and AD. RGB value is (182,24,173). Sum of RGB (Red+Green+Blue) = 182+24+173=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B618AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B618AD is #49E752. Grayscale: #575757. Windows color (decimal): -4843347 or 11344054. OLE color: 11344054.

HSL color Cylindrical-coordinate representation of color #B618AD: hue angle of 303.42º degrees, saturation: 0.77, 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 #B618AD is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 24 173 -
CMYK 0 0.87 0.05 0.29
HSL 303.42º 0.77% 0.4% -
HSV(B) 303.42º 0.87% 0.71% -
XYZ 27.16 13.62 40.73 -
YUV 88.23 175.85 194.88 -
System Red Green Blue C M Y K H S L
Decimal 182 24 173 0 0.87 0.05 0.29 303.42 0.77 0.4
Hex B6 18 AD 0 57 5 1D 12F 4D 28
Octal 266 30 255 0 127 5 35 457 115 50
Binary 10110110 11000 10101101 0 1010111 101 11101 100101111 1001101 101000

Color Harmonies of #B618AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B618AD

Black with #B618AD

Text Example


Text Example

White with #B618AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B618AD; }

 p { color: rgb(182,24,173); }

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

background-color css

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

 a { background-color: rgb(182,24,173); }

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

border-color css

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

 span { border-color: rgb(182,24,173); }

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