Html Css Color HEX #B20795 Medium Violet Red

📋 copy color: '#B20795'

red 178 ◦ green 7 ◦ blue 149

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

Shades of Medium Violet Red #B20795

Tints of Medium Violet Red #B20795

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.1%

 BLUE value IS 149 (58.59% from 255) = 44.61%

R = 53.29%
G = 2.1%
B = 44.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B20795 (or 0xB20795) is known color: Medium Violet Red. HEX triplet: B2, 07 and 95. RGB value is (178,7,149). Sum of RGB (Red+Green+Blue) = 178+7+149=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B20795 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20795 is #4DF86A. Grayscale: #494949. Windows color (decimal): -5109867 or 9766834. OLE color: 9766834.

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

Color convert

RGB 178 7 149 -
CMYK 0 0.96 0.16 0.30
HSL 310.18º 0.92% 0.36% -
HSV(B) 310.18º 0.96% 0.7% -
XYZ 23.86 11.79 29.45 -
YUV 74.32 170.15 201.95 -
System Red Green Blue C M Y K H S L
Decimal 178 7 149 0 0.96 0.16 0.30 310.18 0.92 0.36
Hex B2 7 95 0 60 10 1E 136 5C 24
Octal 262 7 225 0 140 20 36 466 134 44
Binary 10110010 111 10010101 0 1100000 10000 11110 100110110 1011100 100100

Color Harmonies of #B20795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20795

Black with #B20795

Text Example


Text Example

White with #B20795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20795; }

 p { color: rgb(178,7,149); }

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

background-color css

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

 a { background-color: rgb(178,7,149); }

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

border-color css

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

 span { border-color: rgb(178,7,149); }

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