Html Css Color HEX #B20677 Medium Violet Red

📋 copy color: '#B20677'

red 178 ◦ green 6 ◦ blue 119

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

Shades of Medium Violet Red #B20677

Tints of Medium Violet Red #B20677

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.98%

 BLUE value IS 119 (46.88% from 255) = 39.27%

R = 58.75%
G = 1.98%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B20677 (or 0xB20677) is known color: Medium Violet Red. HEX triplet: B2, 06 and 77. RGB value is (178,6,119). Sum of RGB (Red+Green+Blue) = 178+6+119=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B20677 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20677 is #4DF988. Grayscale: #464646. Windows color (decimal): -5110153 or 7800498. OLE color: 7800498.

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

Color convert

RGB 178 6 119 -
CMYK 0 0.97 0.33 0.30
HSL 320.58º 0.93% 0.36% -
HSV(B) 320.58º 0.97% 0.7% -
XYZ 21.76 10.93 18.42 -
YUV 70.31 155.48 204.81 -
System Red Green Blue C M Y K H S L
Decimal 178 6 119 0 0.97 0.33 0.30 320.58 0.93 0.36
Hex B2 6 77 0 61 21 1E 141 5D 24
Octal 262 6 167 0 141 41 36 501 135 44
Binary 10110010 110 1110111 0 1100001 100001 11110 101000001 1011101 100100

Color Harmonies of #B20677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20677

Black with #B20677

Text Example


Text Example

White with #B20677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20677; }

 p { color: rgb(178,6,119); }

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

background-color css

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

 a { background-color: rgb(178,6,119); }

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

border-color css

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

 span { border-color: rgb(178,6,119); }

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