Html Css Color HEX #B61AAB Deep Magenta

📋 copy color: '#B61AAB'

red 182 ◦ green 26 ◦ blue 171

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

Shades of Deep Magenta #B61AAB

Tints of Deep Magenta #B61AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.12%

R = 48.02%
G = 6.86%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B61AAB (or 0xB61AAB) is known color: Deep Magenta. HEX triplet: B6, 1A and AB. RGB value is (182,26,171). Sum of RGB (Red+Green+Blue) = 182+26+171=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 26 (10.55% from 255 or 6.86% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B61AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61AAB is #49E554. Grayscale: #585858. Windows color (decimal): -4842837 or 11213494. OLE color: 11213494.

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

Color convert

RGB 182 26 171 -
CMYK 0 0.86 0.06 0.29
HSL 304.23º 0.75% 0.41% -
HSV(B) 304.23º 0.86% 0.71% -
XYZ 27.01 13.62 39.73 -
YUV 89.17 174.18 194.21 -
System Red Green Blue C M Y K H S L
Decimal 182 26 171 0 0.86 0.06 0.29 304.23 0.75 0.41
Hex B6 1A AB 0 56 6 1D 130 4B 29
Octal 266 32 253 0 126 6 35 460 113 51
Binary 10110110 11010 10101011 0 1010110 110 11101 100110000 1001011 101001

Color Harmonies of #B61AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61AAB

Black with #B61AAB

Text Example


Text Example

White with #B61AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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