Html Css Color HEX #B618AC Deep Magenta

📋 copy color: '#B618AC'

red 182 ◦ green 24 ◦ blue 172

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

Shades of Deep Magenta #B618AC

Tints of Deep Magenta #B618AC

RGB

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

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

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

R = 48.15%
G = 6.35%
B = 45.5%

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

#B618AC (or 0xB618AC) is known color: Deep Magenta. HEX triplet: B6, 18 and AC. RGB value is (182,24,172). Sum of RGB (Red+Green+Blue) = 182+24+172=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 24 (9.77% from 255 or 6.35% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 182 - color contains mainly: red. Hex color #B618AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B618AC is #49E753. Grayscale: #575757. Windows color (decimal): -4843348 or 11278518. OLE color: 11278518.

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

Color convert

RGB 182 24 172 -
CMYK 0 0.87 0.05 0.29
HSL 303.8º 0.77% 0.4% -
HSV(B) 303.8º 0.87% 0.71% -
XYZ 27.06 13.58 40.22 -
YUV 88.11 175.35 194.97 -
System Red Green Blue C M Y K H S L
Decimal 182 24 172 0 0.87 0.05 0.29 303.8 0.77 0.4
Hex B6 18 AC 0 57 5 1D 130 4D 28
Octal 266 30 254 0 127 5 35 460 115 50
Binary 10110110 11000 10101100 0 1010111 101 11101 100110000 1001101 101000

Color Harmonies of #B618AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B618AC

Black with #B618AC

Text Example


Text Example

White with #B618AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B618AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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