Html Css Color HEX #B20083 Medium Violet Red

📋 copy color: '#B20083'

red 178 ◦ green 0 ◦ blue 131

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

Shades of Medium Violet Red #B20083

Tints of Medium Violet Red #B20083

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 131 (51.56% from 255) = 42.39%

R = 57.61%
G = 0%
B = 42.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B20083 (or 0xB20083) is known color: Medium Violet Red. HEX triplet: B2, 00 and 83. RGB value is (178,0,131). Sum of RGB (Red+Green+Blue) = 178+0+131=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B20083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20083 is #4DFF7C. Grayscale: #434343. Windows color (decimal): -5111677 or 8585394. OLE color: 8585394.

HSL color Cylindrical-coordinate representation of color #B20083: hue angle of 315.84º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B20083 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 0 131 -
CMYK 0 1 0.26 0.30
HSL 315.84º 1% 0.35% -
HSV(B) 315.84º 1% 0.7% -
XYZ 22.46 11.1 22.43 -
YUV 68.16 163.47 206.35 -
System Red Green Blue C M Y K H S L
Decimal 178 0 131 0 1 0.26 0.30 315.84 1 0.35
Hex B2 0 83 0 64 1A 1E 13C 64 23
Octal 262 0 203 0 144 32 36 474 144 43
Binary 10110010 0 10000011 0 1100100 11010 11110 100111100 1100100 100011

Color Harmonies of #B20083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20083

Black with #B20083

Text Example


Text Example

White with #B20083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20083; }

 p { color: rgb(178,0,131); }

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

background-color css

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

 a { background-color: rgb(178,0,131); }

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

border-color css

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

 span { border-color: rgb(178,0,131); }

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