Html Css Color HEX #B61AB1 Deep Magenta

📋 copy color: '#B61AB1'

red 182 ◦ green 26 ◦ blue 177

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

Shades of Deep Magenta #B61AB1

Tints of Deep Magenta #B61AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 45.97%

R = 47.27%
G = 6.75%
B = 45.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B61AB1 (or 0xB61AB1) is known color: Deep Magenta. HEX triplet: B6, 1A and B1. RGB value is (182,26,177). Sum of RGB (Red+Green+Blue) = 182+26+177=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 26 (10.55% from 255 or 6.75% from 385); Blue value is 177 (69.53% from 255 or 45.97% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B61AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61AB1 is #49E54E. Grayscale: #595959. Windows color (decimal): -4842831 or 11606710. OLE color: 11606710.

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

Color convert

RGB 182 26 177 -
CMYK 0 0.86 0.03 0.29
HSL 301.92º 0.75% 0.41% -
HSV(B) 301.92º 0.86% 0.71% -
XYZ 27.6 13.86 42.82 -
YUV 89.86 177.18 193.72 -
System Red Green Blue C M Y K H S L
Decimal 182 26 177 0 0.86 0.03 0.29 301.92 0.75 0.41
Hex B6 1A B1 0 56 3 1D 12E 4B 29
Octal 266 32 261 0 126 3 35 456 113 51
Binary 10110110 11010 10110001 0 1010110 11 11101 100101110 1001011 101001

Color Harmonies of #B61AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61AB1

Black with #B61AB1

Text Example


Text Example

White with #B61AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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