Html Css Color HEX #B205D3 Deep Magenta

📋 copy color: '#B205D3'

red 178 ◦ green 5 ◦ blue 211

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

Shades of Deep Magenta #B205D3

Tints of Deep Magenta #B205D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 53.55%

R = 45.18%
G = 1.27%
B = 53.55%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B205D3 (or 0xB205D3) is known color: Deep Magenta. HEX triplet: B2, 05 and D3. RGB value is (178,5,211). Sum of RGB (Red+Green+Blue) = 178+5+211=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 5 (2.34% from 255 or 1.27% from 394); Blue value is 211 (82.81% from 255 or 53.55% from 394); Max value from RGB is 211 - color contains mainly: blue. Hex color #B205D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B205D3 is #4DFA2C. Grayscale: #4F4F4F. Windows color (decimal): -5110317 or 13829554. OLE color: 13829554.

HSL color Cylindrical-coordinate representation of color #B205D3: hue angle of 290.39º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B205D3 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 178 5 211 -
CMYK 0.16 0.98 0 0.17
HSL 290.39º 0.95% 0.42% -
HSV(B) 290.39º 0.98% 0.83% -
XYZ 30.17 14.28 62.79 -
YUV 80.21 201.81 197.75 -
System Red Green Blue C M Y K H S L
Decimal 178 5 211 0.16 0.98 0 0.17 290.39 0.95 0.42
Hex B2 5 D3 10 62 0 11 122 5F 2A
Octal 262 5 323 20 142 0 21 442 137 52
Binary 10110010 101 11010011 10000 1100010 0 10001 100100010 1011111 101010

Color Harmonies of #B205D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B205D3

Black with #B205D3

Text Example


Text Example

White with #B205D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B205D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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