Html Css Color HEX #B611AA Deep Magenta

📋 copy color: '#B611AA'

red 182 ◦ green 17 ◦ blue 170

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

Shades of Deep Magenta #B611AA

Tints of Deep Magenta #B611AA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.61%

 BLUE value IS 170 (66.8% from 255) = 46.07%

R = 49.32%
G = 4.61%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B611AA (or 0xB611AA) is known color: Deep Magenta. HEX triplet: B6, 11 and AA. RGB value is (182,17,170). Sum of RGB (Red+Green+Blue) = 182+17+170=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B611AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B611AA is #49EE55. Grayscale: #535353. Windows color (decimal): -4845142 or 11145654. OLE color: 11145654.

HSL color Cylindrical-coordinate representation of color #B611AA: hue angle of 304.36º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B611AA is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 17 170 -
CMYK 0 0.91 0.07 0.29
HSL 304.36º 0.83% 0.39% -
HSV(B) 304.36º 0.91% 0.71% -
XYZ 26.75 13.25 39.18 -
YUV 83.78 176.66 198.06 -
System Red Green Blue C M Y K H S L
Decimal 182 17 170 0 0.91 0.07 0.29 304.36 0.83 0.39
Hex B6 11 AA 0 5B 7 1D 130 53 27
Octal 266 21 252 0 133 7 35 460 123 47
Binary 10110110 10001 10101010 0 1011011 111 11101 100110000 1010011 100111

Color Harmonies of #B611AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B611AA

Black with #B611AA

Text Example


Text Example

White with #B611AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B611AA; }

 p { color: rgb(182,17,170); }

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

background-color css

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

 a { background-color: rgb(182,17,170); }

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

border-color css

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

 span { border-color: rgb(182,17,170); }

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