Html Css Color HEX #B20689 Medium Violet Red

📋 copy color: '#B20689'

red 178 ◦ green 6 ◦ blue 137

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

Shades of Medium Violet Red #B20689

Tints of Medium Violet Red #B20689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 42.68%

R = 55.45%
G = 1.87%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B20689 (or 0xB20689) is known color: Medium Violet Red. HEX triplet: B2, 06 and 89. RGB value is (178,6,137). Sum of RGB (Red+Green+Blue) = 178+6+137=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B20689 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20689 is #4DF976. Grayscale: #484848. Windows color (decimal): -5110135 or 8980146. OLE color: 8980146.

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

Color convert

RGB 178 6 137 -
CMYK 0 0.97 0.23 0.30
HSL 314.3º 0.93% 0.36% -
HSV(B) 314.3º 0.97% 0.7% -
XYZ 22.94 11.4 24.66 -
YUV 72.36 164.48 203.35 -
System Red Green Blue C M Y K H S L
Decimal 178 6 137 0 0.97 0.23 0.30 314.3 0.93 0.36
Hex B2 6 89 0 61 17 1E 13A 5D 24
Octal 262 6 211 0 141 27 36 472 135 44
Binary 10110010 110 10001001 0 1100001 10111 11110 100111010 1011101 100100

Color Harmonies of #B20689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20689

Black with #B20689

Text Example


Text Example

White with #B20689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20689; }

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

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

background-color css

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

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

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

border-color css

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

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

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