Html Css Color HEX #B606AA Deep Magenta

📋 copy color: '#B606AA'

red 182 ◦ green 6 ◦ blue 170

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

Shades of Deep Magenta #B606AA

Tints of Deep Magenta #B606AA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.68%

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

R = 50.84%
G = 1.68%
B = 47.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B606AA (or 0xB606AA) is known color: Deep Magenta. HEX triplet: B6, 06 and AA. RGB value is (182,6,170). Sum of RGB (Red+Green+Blue) = 182+6+170=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 6 (2.73% from 255 or 1.68% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B606AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B606AA is #49F955. Grayscale: #4C4C4C. Windows color (decimal): -4847958 or 11142838. OLE color: 11142838.

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

Color convert

RGB 182 6 170 -
CMYK 0 0.97 0.07 0.29
HSL 304.09º 0.94% 0.37% -
HSV(B) 304.09º 0.97% 0.71% -
XYZ 26.61 12.98 39.13 -
YUV 77.32 180.31 202.66 -
System Red Green Blue C M Y K H S L
Decimal 182 6 170 0 0.97 0.07 0.29 304.09 0.94 0.37
Hex B6 6 AA 0 61 7 1D 130 5E 25
Octal 266 6 252 0 141 7 35 460 136 45
Binary 10110110 110 10101010 0 1100001 111 11101 100110000 1011110 100101

Color Harmonies of #B606AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B606AA

Black with #B606AA

Text Example


Text Example

White with #B606AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B606AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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