Html Css Color HEX #B61DAC Deep Magenta

📋 copy color: '#B61DAC'

red 182 ◦ green 29 ◦ blue 172

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

Shades of Deep Magenta #B61DAC

Tints of Deep Magenta #B61DAC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.57%

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

R = 47.52%
G = 7.57%
B = 44.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B61DAC (or 0xB61DAC) is known color: Deep Magenta. HEX triplet: B6, 1D and AC. RGB value is (182,29,172). Sum of RGB (Red+Green+Blue) = 182+29+172=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 29 (11.72% from 255 or 7.57% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B61DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61DAC is #49E253. Grayscale: #5A5A5A. Windows color (decimal): -4842068 or 11279798. OLE color: 11279798.

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

Color convert

RGB 182 29 172 -
CMYK 0 0.84 0.05 0.29
HSL 303.92º 0.73% 0.41% -
HSV(B) 303.92º 0.84% 0.71% -
XYZ 27.18 13.8 40.26 -
YUV 91.05 173.69 192.87 -
System Red Green Blue C M Y K H S L
Decimal 182 29 172 0 0.84 0.05 0.29 303.92 0.73 0.41
Hex B6 1D AC 0 54 5 1D 130 49 29
Octal 266 35 254 0 124 5 35 460 111 51
Binary 10110110 11101 10101100 0 1010100 101 11101 100110000 1001001 101001

Color Harmonies of #B61DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61DAC

Black with #B61DAC

Text Example


Text Example

White with #B61DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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