Html Css Color HEX #B619AC Deep Magenta

📋 copy color: '#B619AC'

red 182 ◦ green 25 ◦ blue 172

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

Shades of Deep Magenta #B619AC

Tints of Deep Magenta #B619AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.38%

R = 48.02%
G = 6.6%
B = 45.38%

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

#B619AC (or 0xB619AC) is known color: Deep Magenta. HEX triplet: B6, 19 and AC. RGB value is (182,25,172). Sum of RGB (Red+Green+Blue) = 182+25+172=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 25 (10.16% from 255 or 6.60% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B619AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B619AC is #49E653. Grayscale: #585858. Windows color (decimal): -4843092 or 11278774. OLE color: 11278774.

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

Color convert

RGB 182 25 172 -
CMYK 0 0.86 0.05 0.29
HSL 303.82º 0.76% 0.41% -
HSV(B) 303.82º 0.86% 0.71% -
XYZ 27.09 13.62 40.23 -
YUV 88.7 175.01 194.55 -
System Red Green Blue C M Y K H S L
Decimal 182 25 172 0 0.86 0.05 0.29 303.82 0.76 0.41
Hex B6 19 AC 0 56 5 1D 130 4C 29
Octal 266 31 254 0 126 5 35 460 114 51
Binary 10110110 11001 10101100 0 1010110 101 11101 100110000 1001100 101001

Color Harmonies of #B619AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B619AC

Black with #B619AC

Text Example


Text Example

White with #B619AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B619AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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