Html Css Color HEX #B204D3 Deep Magenta

📋 copy color: '#B204D3'

red 178 ◦ green 4 ◦ blue 211

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

Shades of Deep Magenta #B204D3

Tints of Deep Magenta #B204D3

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.02%

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

R = 45.29%
G = 1.02%
B = 53.69%

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

#B204D3 (or 0xB204D3) is known color: Deep Magenta. HEX triplet: B2, 04 and D3. RGB value is (178,4,211). Sum of RGB (Red+Green+Blue) = 178+4+211=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 4 (1.95% from 255 or 1.02% from 393); Blue value is 211 (82.81% from 255 or 53.69% from 393); Max value from RGB is 211 - color contains mainly: blue. Hex color #B204D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B204D3 is #4DFB2C. Grayscale: #4E4E4E. Windows color (decimal): -5110573 or 13829298. OLE color: 13829298.

HSL color Cylindrical-coordinate representation of color #B204D3: hue angle of 290.43º degrees, saturation: 0.96, 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 #B204D3 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 178 4 211 -
CMYK 0.16 0.98 0 0.17
HSL 290.43º 0.96% 0.42% -
HSV(B) 290.43º 0.98% 0.83% -
XYZ 30.16 14.25 62.79 -
YUV 79.62 202.15 198.17 -
System Red Green Blue C M Y K H S L
Decimal 178 4 211 0.16 0.98 0 0.17 290.43 0.96 0.42
Hex B2 4 D3 10 62 0 11 122 60 2A
Octal 262 4 323 20 142 0 21 442 140 52
Binary 10110010 100 11010011 10000 1100010 0 10001 100100010 1100000 101010

Color Harmonies of #B204D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B204D3

Black with #B204D3

Text Example


Text Example

White with #B204D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B204D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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