Html Css Color HEX #B20786 Medium Violet Red

📋 copy color: '#B20786'

red 178 ◦ green 7 ◦ blue 134

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

Shades of Medium Violet Red #B20786

Tints of Medium Violet Red #B20786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 42.01%

R = 55.8%
G = 2.19%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B20786 (or 0xB20786) is known color: Medium Violet Red. HEX triplet: B2, 07 and 86. RGB value is (178,7,134). Sum of RGB (Red+Green+Blue) = 178+7+134=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B20786 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20786 is #4DF879. Grayscale: #484848. Windows color (decimal): -5109882 or 8783794. OLE color: 8783794.

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

Color convert

RGB 178 7 134 -
CMYK 0 0.96 0.25 0.30
HSL 315.44º 0.92% 0.36% -
HSV(B) 315.44º 0.96% 0.7% -
XYZ 22.74 11.34 23.54 -
YUV 72.61 162.65 203.17 -
System Red Green Blue C M Y K H S L
Decimal 178 7 134 0 0.96 0.25 0.30 315.44 0.92 0.36
Hex B2 7 86 0 60 19 1E 13B 5C 24
Octal 262 7 206 0 140 31 36 473 134 44
Binary 10110010 111 10000110 0 1100000 11001 11110 100111011 1011100 100100

Color Harmonies of #B20786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20786

Black with #B20786

Text Example


Text Example

White with #B20786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20786; }

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

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

background-color css

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

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

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

border-color css

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

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

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