Html Css Color HEX #B61AAC Deep Magenta

📋 copy color: '#B61AAC'

red 182 ◦ green 26 ◦ blue 172

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

Shades of Deep Magenta #B61AAC

Tints of Deep Magenta #B61AAC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.84%

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

R = 47.89%
G = 6.84%
B = 45.26%

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

#B61AAC (or 0xB61AAC) is known color: Deep Magenta. HEX triplet: B6, 1A and AC. RGB value is (182,26,172). Sum of RGB (Red+Green+Blue) = 182+26+172=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 26 (10.55% from 255 or 6.84% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B61AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61AAC is #49E553. Grayscale: #585858. Windows color (decimal): -4842836 or 11279030. OLE color: 11279030.

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

Color convert

RGB 182 26 172 -
CMYK 0 0.86 0.05 0.29
HSL 303.85º 0.75% 0.41% -
HSV(B) 303.85º 0.86% 0.71% -
XYZ 27.11 13.66 40.24 -
YUV 89.29 174.68 194.13 -
System Red Green Blue C M Y K H S L
Decimal 182 26 172 0 0.86 0.05 0.29 303.85 0.75 0.41
Hex B6 1A AC 0 56 5 1D 130 4B 29
Octal 266 32 254 0 126 5 35 460 113 51
Binary 10110110 11010 10101100 0 1010110 101 11101 100110000 1001011 101001

Color Harmonies of #B61AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61AAC

Black with #B61AAC

Text Example


Text Example

White with #B61AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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