Html Css Color HEX #B204A0 Medium Violet Red

📋 copy color: '#B204A0'

red 178 ◦ green 4 ◦ blue 160

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

Shades of Medium Violet Red #B204A0

Tints of Medium Violet Red #B204A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 46.78%

R = 52.05%
G = 1.17%
B = 46.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B204A0 (or 0xB204A0) is known color: Medium Violet Red. HEX triplet: B2, 04 and A0. RGB value is (178,4,160). Sum of RGB (Red+Green+Blue) = 178+4+160=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 4 (1.95% from 255 or 1.17% from 342); Blue value is 160 (62.89% from 255 or 46.78% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B204A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B204A0 is #4DFB5F. Grayscale: #494949. Windows color (decimal): -5110624 or 10486962. OLE color: 10486962.

HSL color Cylindrical-coordinate representation of color #B204A0: hue angle of 306.21º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B204A0 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 4 160 -
CMYK 0 0.98 0.10 0.30
HSL 306.21º 0.96% 0.36% -
HSV(B) 306.21º 0.98% 0.7% -
XYZ 24.75 12.09 34.29 -
YUV 73.81 176.65 202.32 -
System Red Green Blue C M Y K H S L
Decimal 178 4 160 0 0.98 0.10 0.30 306.21 0.96 0.36
Hex B2 4 A0 0 62 A 1E 132 60 24
Octal 262 4 240 0 142 12 36 462 140 44
Binary 10110010 100 10100000 0 1100010 1010 11110 100110010 1100000 100100

Color Harmonies of #B204A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B204A0

Black with #B204A0

Text Example


Text Example

White with #B204A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B204A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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