Html Css Color HEX #B61AB2 Deep Magenta

📋 copy color: '#B61AB2'

red 182 ◦ green 26 ◦ blue 178

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

Shades of Deep Magenta #B61AB2

Tints of Deep Magenta #B61AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 46.11%

R = 47.15%
G = 6.74%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B61AB2 (or 0xB61AB2) is known color: Deep Magenta. HEX triplet: B6, 1A and B2. RGB value is (182,26,178). Sum of RGB (Red+Green+Blue) = 182+26+178=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 26 (10.55% from 255 or 6.74% from 386); Blue value is 178 (69.92% from 255 or 46.11% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B61AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61AB2 is #49E54D. Grayscale: #595959. Windows color (decimal): -4842830 or 11672246. OLE color: 11672246.

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

Color convert

RGB 182 26 178 -
CMYK 0 0.86 0.02 0.29
HSL 301.54º 0.75% 0.41% -
HSV(B) 301.54º 0.86% 0.71% -
XYZ 27.7 13.9 43.34 -
YUV 89.97 177.68 193.64 -
System Red Green Blue C M Y K H S L
Decimal 182 26 178 0 0.86 0.02 0.29 301.54 0.75 0.41
Hex B6 1A B2 0 56 2 1D 12E 4B 29
Octal 266 32 262 0 126 2 35 456 113 51
Binary 10110110 11010 10110010 0 1010110 10 11101 100101110 1001011 101001

Color Harmonies of #B61AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61AB2

Black with #B61AB2

Text Example


Text Example

White with #B61AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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