Html Css Color HEX #B61ABB Deep Magenta

📋 copy color: '#B61ABB'

red 182 ◦ green 26 ◦ blue 187

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

Shades of Deep Magenta #B61ABB

Tints of Deep Magenta #B61ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.34%

R = 46.08%
G = 6.58%
B = 47.34%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B61ABB (or 0xB61ABB) is known color: Deep Magenta. HEX triplet: B6, 1A and BB. RGB value is (182,26,187). Sum of RGB (Red+Green+Blue) = 182+26+187=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 26 (10.55% from 255 or 6.58% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #B61ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61ABB is #49E544. Grayscale: #5A5A5A. Windows color (decimal): -4842821 or 12262070. OLE color: 12262070.

HSL color Cylindrical-coordinate representation of color #B61ABB: hue angle of 298.14º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B61ABB is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 26 187 -
CMYK 0.03 0.86 0 0.27
HSL 298.14º 0.76% 0.42% -
HSV(B) 298.14º 0.86% 0.73% -
XYZ 28.63 14.27 48.26 -
YUV 91 182.18 192.91 -
System Red Green Blue C M Y K H S L
Decimal 182 26 187 0.03 0.86 0 0.27 298.14 0.76 0.42
Hex B6 1A BB 3 56 0 1B 12A 4C 2A
Octal 266 32 273 3 126 0 33 452 114 52
Binary 10110110 11010 10111011 11 1010110 0 11011 100101010 1001100 101010

Color Harmonies of #B61ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61ABB

Black with #B61ABB

Text Example


Text Example

White with #B61ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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