Html Css Color HEX #B609AA Deep Magenta

📋 copy color: '#B609AA'

red 182 ◦ green 9 ◦ blue 170

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

Shades of Deep Magenta #B609AA

Tints of Deep Magenta #B609AA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.49%

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

R = 50.42%
G = 2.49%
B = 47.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B609AA (or 0xB609AA) is known color: Deep Magenta. HEX triplet: B6, 09 and AA. RGB value is (182,9,170). Sum of RGB (Red+Green+Blue) = 182+9+170=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B609AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B609AA is #49F655. Grayscale: #4E4E4E. Windows color (decimal): -4847190 or 11143606. OLE color: 11143606.

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

Color convert

RGB 182 9 170 -
CMYK 0 0.95 0.07 0.29
HSL 304.16º 0.91% 0.37% -
HSV(B) 304.16º 0.95% 0.71% -
XYZ 26.64 13.04 39.14 -
YUV 79.08 179.31 201.41 -
System Red Green Blue C M Y K H S L
Decimal 182 9 170 0 0.95 0.07 0.29 304.16 0.91 0.37
Hex B6 9 AA 0 5F 7 1D 130 5B 25
Octal 266 11 252 0 137 7 35 460 133 45
Binary 10110110 1001 10101010 0 1011111 111 11101 100110000 1011011 100101

Color Harmonies of #B609AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B609AA

Black with #B609AA

Text Example


Text Example

White with #B609AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B609AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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