Html Css Color HEX #B61EAD Deep Magenta

📋 copy color: '#B61EAD'

red 182 ◦ green 30 ◦ blue 173

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

Shades of Deep Magenta #B61EAD

Tints of Deep Magenta #B61EAD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.79%

 BLUE value IS 173 (67.97% from 255) = 44.94%

R = 47.27%
G = 7.79%
B = 44.94%

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

#B61EAD (or 0xB61EAD) is known color: Deep Magenta. HEX triplet: B6, 1E and AD. RGB value is (182,30,173). Sum of RGB (Red+Green+Blue) = 182+30+173=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B61EAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61EAD is #49E152. Grayscale: #5B5B5B. Windows color (decimal): -4841811 or 11345590. OLE color: 11345590.

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

Color convert

RGB 182 30 173 -
CMYK 0 0.84 0.05 0.29
HSL 303.55º 0.72% 0.42% -
HSV(B) 303.55º 0.84% 0.71% -
XYZ 27.3 13.89 40.78 -
YUV 91.75 173.86 192.37 -
System Red Green Blue C M Y K H S L
Decimal 182 30 173 0 0.84 0.05 0.29 303.55 0.72 0.42
Hex B6 1E AD 0 54 5 1D 130 48 2A
Octal 266 36 255 0 124 5 35 460 110 52
Binary 10110110 11110 10101101 0 1010100 101 11101 100110000 1001000 101010

Color Harmonies of #B61EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61EAD

Black with #B61EAD

Text Example


Text Example

White with #B61EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61EAD; }

 p { color: rgb(182,30,173); }

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

background-color css

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

 a { background-color: rgb(182,30,173); }

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

border-color css

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

 span { border-color: rgb(182,30,173); }

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