Html Css Color HEX #B205A9 Deep Magenta

📋 copy color: '#B205A9'

red 178 ◦ green 5 ◦ blue 169

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

Shades of Deep Magenta #B205A9

Tints of Deep Magenta #B205A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 48.01%

R = 50.57%
G = 1.42%
B = 48.01%

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

#B205A9 (or 0xB205A9) is known color: Deep Magenta. HEX triplet: B2, 05 and A9. RGB value is (178,5,169). Sum of RGB (Red+Green+Blue) = 178+5+169=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 5 (2.34% from 255 or 1.42% from 352); Blue value is 169 (66.41% from 255 or 48.01% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B205A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B205A9 is #4DFA56. Grayscale: #4A4A4A. Windows color (decimal): -5110359 or 11077042. OLE color: 11077042.

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

Color convert

RGB 178 5 169 -
CMYK 0 0.97 0.05 0.30
HSL 303.12º 0.95% 0.36% -
HSV(B) 303.12º 0.97% 0.7% -
XYZ 25.58 12.44 38.59 -
YUV 75.42 180.81 201.16 -
System Red Green Blue C M Y K H S L
Decimal 178 5 169 0 0.97 0.05 0.30 303.12 0.95 0.36
Hex B2 5 A9 0 61 5 1E 12F 5F 24
Octal 262 5 251 0 141 5 36 457 137 44
Binary 10110010 101 10101001 0 1100001 101 11110 100101111 1011111 100100

Color Harmonies of #B205A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B205A9

Black with #B205A9

Text Example


Text Example

White with #B205A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B205A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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