Html Css Color HEX #B308AA Deep Magenta

📋 copy color: '#B308AA'

red 179 ◦ green 8 ◦ blue 170

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

Shades of Deep Magenta #B308AA

Tints of Deep Magenta #B308AA

RGB

 RED value IS 179 (70.31% from 255) = 50.14%

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

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

R = 50.14%
G = 2.24%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B308AA (or 0xB308AA) is known color: Deep Magenta. HEX triplet: B3, 08 and AA. RGB value is (179,8,170). Sum of RGB (Red+Green+Blue) = 179+8+170=357 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.14% from 357); Green value is 8 (3.52% from 255 or 2.24% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 179 - color contains mainly: red. Hex color #B308AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B308AA is #4CF755. Grayscale: #4D4D4D. Windows color (decimal): -5044054 or 11143347. OLE color: 11143347.

HSL color Cylindrical-coordinate representation of color #B308AA: hue angle of 303.16º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B308AA is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 8 170 -
CMYK 0 0.96 0.05 0.30
HSL 303.16º 0.91% 0.37% -
HSV(B) 303.16º 0.96% 0.7% -
XYZ 25.93 12.66 39.11 -
YUV 77.6 180.15 200.33 -
System Red Green Blue C M Y K H S L
Decimal 179 8 170 0 0.96 0.05 0.30 303.16 0.91 0.37
Hex B3 8 AA 0 60 5 1E 12F 5B 25
Octal 263 10 252 0 140 5 36 457 133 45
Binary 10110011 1000 10101010 0 1100000 101 11110 100101111 1011011 100101

Color Harmonies of #B308AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B308AA

Black with #B308AA

Text Example


Text Example

White with #B308AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B308AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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