Html Css Color HEX #B310AD Deep Magenta

📋 copy color: '#B310AD'

red 179 ◦ green 16 ◦ blue 173

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

Shades of Deep Magenta #B310AD

Tints of Deep Magenta #B310AD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.35%

 BLUE value IS 173 (67.97% from 255) = 47.01%

R = 48.64%
G = 4.35%
B = 47.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B310AD (or 0xB310AD) is known color: Deep Magenta. HEX triplet: B3, 10 and AD. RGB value is (179,16,173). Sum of RGB (Red+Green+Blue) = 179+16+173=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 16 (6.64% from 255 or 4.35% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 179 - color contains mainly: red. Hex color #B310AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B310AD is #4CEF52. Grayscale: #525252. Windows color (decimal): -5042003 or 11342003. OLE color: 11342003.

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

Color convert

RGB 179 16 173 -
CMYK 0 0.91 0.03 0.30
HSL 302.21º 0.84% 0.38% -
HSV(B) 302.21º 0.91% 0.7% -
XYZ 26.32 12.97 40.65 -
YUV 82.64 179 196.73 -
System Red Green Blue C M Y K H S L
Decimal 179 16 173 0 0.91 0.03 0.30 302.21 0.84 0.38
Hex B3 10 AD 0 5B 3 1E 12E 54 26
Octal 263 20 255 0 133 3 36 456 124 46
Binary 10110011 10000 10101101 0 1011011 11 11110 100101110 1010100 100110

Color Harmonies of #B310AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B310AD

Black with #B310AD

Text Example


Text Example

White with #B310AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B310AD; }

 p { color: rgb(179,16,173); }

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

background-color css

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

 a { background-color: rgb(179,16,173); }

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

border-color css

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

 span { border-color: rgb(179,16,173); }

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