Html Css Color HEX #B205AD Deep Magenta

📋 copy color: '#B205AD'

red 178 ◦ green 5 ◦ blue 173

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

Shades of Deep Magenta #B205AD

Tints of Deep Magenta #B205AD

RGB

 RED value IS 178 (69.92% from 255) = 50%

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

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

R = 50%
G = 1.4%
B = 48.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B205AD (or 0xB205AD) is known color: Deep Magenta. HEX triplet: B2, 05 and AD. RGB value is (178,5,173). Sum of RGB (Red+Green+Blue) = 178+5+173=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B205AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B205AD is #4DFA52. Grayscale: #4B4B4B. Windows color (decimal): -5110355 or 11339186. OLE color: 11339186.

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

Color convert

RGB 178 5 173 -
CMYK 0 0.97 0.03 0.30
HSL 301.73º 0.95% 0.36% -
HSV(B) 301.73º 0.97% 0.7% -
XYZ 25.96 12.59 40.6 -
YUV 75.88 182.81 200.84 -
System Red Green Blue C M Y K H S L
Decimal 178 5 173 0 0.97 0.03 0.30 301.73 0.95 0.36
Hex B2 5 AD 0 61 3 1E 12E 5F 24
Octal 262 5 255 0 141 3 36 456 137 44
Binary 10110010 101 10101101 0 1100001 11 11110 100101110 1011111 100100

Color Harmonies of #B205AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B205AD

Black with #B205AD

Text Example


Text Example

White with #B205AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B205AD; }

 p { color: rgb(178,5,173); }

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

background-color css

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

 a { background-color: rgb(178,5,173); }

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

border-color css

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

 span { border-color: rgb(178,5,173); }

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