Html Css Color HEX #B20478 Medium Violet Red

📋 copy color: '#B20478'

red 178 ◦ green 4 ◦ blue 120

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

Shades of Medium Violet Red #B20478

Tints of Medium Violet Red #B20478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 39.74%

R = 58.94%
G = 1.32%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B20478 (or 0xB20478) is known color: Medium Violet Red. HEX triplet: B2, 04 and 78. RGB value is (178,4,120). Sum of RGB (Red+Green+Blue) = 178+4+120=302 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.94% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 178 - color contains mainly: red. Hex color #B20478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20478 is #4DFB87. Grayscale: #444444. Windows color (decimal): -5110664 or 7865522. OLE color: 7865522.

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

Color convert

RGB 178 4 120 -
CMYK 0 0.98 0.33 0.30
HSL 320º 0.96% 0.36% -
HSV(B) 320º 0.98% 0.7% -
XYZ 21.79 10.91 18.73 -
YUV 69.25 156.65 205.57 -
System Red Green Blue C M Y K H S L
Decimal 178 4 120 0 0.98 0.33 0.30 320 0.96 0.36
Hex B2 4 78 0 62 21 1E 140 60 24
Octal 262 4 170 0 142 41 36 500 140 44
Binary 10110010 100 1111000 0 1100010 100001 11110 101000000 1100000 100100

Color Harmonies of #B20478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20478

Black with #B20478

Text Example


Text Example

White with #B20478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20478; }

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

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

background-color css

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

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

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

border-color css

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

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

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