Html Css Color HEX #B305AA Deep Magenta

📋 copy color: '#B305AA'

red 179 ◦ green 5 ◦ blue 170

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

Shades of Deep Magenta #B305AA

Tints of Deep Magenta #B305AA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.41%

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

R = 50.56%
G = 1.41%
B = 48.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B305AA (or 0xB305AA) is known color: Deep Magenta. HEX triplet: B3, 05 and AA. RGB value is (179,5,170). Sum of RGB (Red+Green+Blue) = 179+5+170=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B305AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B305AA is #4CFA55. Grayscale: #4B4B4B. Windows color (decimal): -5044822 or 11142579. OLE color: 11142579.

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

Color convert

RGB 179 5 170 -
CMYK 0 0.97 0.05 0.30
HSL 303.1º 0.95% 0.36% -
HSV(B) 303.1º 0.97% 0.7% -
XYZ 25.9 12.59 39.1 -
YUV 75.84 181.15 201.58 -
System Red Green Blue C M Y K H S L
Decimal 179 5 170 0 0.97 0.05 0.30 303.1 0.95 0.36
Hex B3 5 AA 0 61 5 1E 12F 5F 24
Octal 263 5 252 0 141 5 36 457 137 44
Binary 10110011 101 10101010 0 1100001 101 11110 100101111 1011111 100100

Color Harmonies of #B305AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B305AA

Black with #B305AA

Text Example


Text Example

White with #B305AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B305AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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