Html Css Color HEX #B305AB Deep Magenta

📋 copy color: '#B305AB'

red 179 ◦ green 5 ◦ blue 171

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

Shades of Deep Magenta #B305AB

Tints of Deep Magenta #B305AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.17%

R = 50.42%
G = 1.41%
B = 48.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B305AB (or 0xB305AB) is known color: Deep Magenta. HEX triplet: B3, 05 and AB. RGB value is (179,5,171). Sum of RGB (Red+Green+Blue) = 179+5+171=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B305AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B305AB is #4CFA54. Grayscale: #4B4B4B. Windows color (decimal): -5044821 or 11208115. OLE color: 11208115.

HSL color Cylindrical-coordinate representation of color #B305AB: hue angle of 302.76º 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 #B305AB is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 5 171 -
CMYK 0 0.97 0.04 0.30
HSL 302.76º 0.95% 0.36% -
HSV(B) 302.76º 0.97% 0.7% -
XYZ 26 12.63 39.6 -
YUV 75.95 181.65 201.5 -
System Red Green Blue C M Y K H S L
Decimal 179 5 171 0 0.97 0.04 0.30 302.76 0.95 0.36
Hex B3 5 AB 0 61 4 1E 12F 5F 24
Octal 263 5 253 0 141 4 36 457 137 44
Binary 10110011 101 10101011 0 1100001 100 11110 100101111 1011111 100100

Color Harmonies of #B305AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B305AB

Black with #B305AB

Text Example


Text Example

White with #B305AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B305AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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