Html Css Color HEX #B619AD Deep Magenta

📋 copy color: '#B619AD'

red 182 ◦ green 25 ◦ blue 173

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

Shades of Deep Magenta #B619AD

Tints of Deep Magenta #B619AD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.58%

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

R = 47.89%
G = 6.58%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B619AD (or 0xB619AD) is known color: Deep Magenta. HEX triplet: B6, 19 and AD. RGB value is (182,25,173). Sum of RGB (Red+Green+Blue) = 182+25+173=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B619AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B619AD is #49E652. Grayscale: #585858. Windows color (decimal): -4843091 or 11344310. OLE color: 11344310.

HSL color Cylindrical-coordinate representation of color #B619AD: hue angle of 303.44º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B619AD is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 25 173 -
CMYK 0 0.86 0.05 0.29
HSL 303.44º 0.76% 0.41% -
HSV(B) 303.44º 0.86% 0.71% -
XYZ 27.18 13.66 40.74 -
YUV 88.82 175.51 194.47 -
System Red Green Blue C M Y K H S L
Decimal 182 25 173 0 0.86 0.05 0.29 303.44 0.76 0.41
Hex B6 19 AD 0 56 5 1D 12F 4C 29
Octal 266 31 255 0 126 5 35 457 114 51
Binary 10110110 11001 10101101 0 1010110 101 11101 100101111 1001100 101001

Color Harmonies of #B619AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B619AD

Black with #B619AD

Text Example


Text Example

White with #B619AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B619AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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