Html Css Color HEX #B608AA Deep Magenta

📋 copy color: '#B608AA'

red 182 ◦ green 8 ◦ blue 170

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

Shades of Deep Magenta #B608AA

Tints of Deep Magenta #B608AA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.22%

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

R = 50.56%
G = 2.22%
B = 47.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B608AA (or 0xB608AA) is known color: Deep Magenta. HEX triplet: B6, 08 and AA. RGB value is (182,8,170). Sum of RGB (Red+Green+Blue) = 182+8+170=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 8 (3.52% from 255 or 2.22% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B608AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B608AA is #49F755. Grayscale: #4E4E4E. Windows color (decimal): -4847446 or 11143350. OLE color: 11143350.

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

Color convert

RGB 182 8 170 -
CMYK 0 0.96 0.07 0.29
HSL 304.14º 0.92% 0.37% -
HSV(B) 304.14º 0.96% 0.71% -
XYZ 26.63 13.02 39.14 -
YUV 78.49 179.65 201.83 -
System Red Green Blue C M Y K H S L
Decimal 182 8 170 0 0.96 0.07 0.29 304.14 0.92 0.37
Hex B6 8 AA 0 60 7 1D 130 5C 25
Octal 266 10 252 0 140 7 35 460 134 45
Binary 10110110 1000 10101010 0 1100000 111 11101 100110000 1011100 100101

Color Harmonies of #B608AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B608AA

Black with #B608AA

Text Example


Text Example

White with #B608AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B608AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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