Html Css Color HEX #B61CAC Deep Magenta

📋 copy color: '#B61CAC'

red 182 ◦ green 28 ◦ blue 172

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

Shades of Deep Magenta #B61CAC

Tints of Deep Magenta #B61CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.33%

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

R = 47.64%
G = 7.33%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B61CAC (or 0xB61CAC) is known color: Deep Magenta. HEX triplet: B6, 1C and AC. RGB value is (182,28,172). Sum of RGB (Red+Green+Blue) = 182+28+172=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 28 (11.33% from 255 or 7.33% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 182 - color contains mainly: red. Hex color #B61CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61CAC is #49E353. Grayscale: #5A5A5A. Windows color (decimal): -4842324 or 11279542. OLE color: 11279542.

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

Color convert

RGB 182 28 172 -
CMYK 0 0.85 0.05 0.29
HSL 303.9º 0.73% 0.41% -
HSV(B) 303.9º 0.85% 0.71% -
XYZ 27.15 13.75 40.25 -
YUV 90.46 174.02 193.29 -
System Red Green Blue C M Y K H S L
Decimal 182 28 172 0 0.85 0.05 0.29 303.9 0.73 0.41
Hex B6 1C AC 0 55 5 1D 130 49 29
Octal 266 34 254 0 125 5 35 460 111 51
Binary 10110110 11100 10101100 0 1010101 101 11101 100110000 1001001 101001

Color Harmonies of #B61CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61CAC

Black with #B61CAC

Text Example


Text Example

White with #B61CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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