Html Css Color HEX #B20883 Medium Violet Red

📋 copy color: '#B20883'

red 178 ◦ green 8 ◦ blue 131

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

Shades of Medium Violet Red #B20883

Tints of Medium Violet Red #B20883

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.52%

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

R = 56.15%
G = 2.52%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B20883 (or 0xB20883) is known color: Medium Violet Red. HEX triplet: B2, 08 and 83. RGB value is (178,8,131). Sum of RGB (Red+Green+Blue) = 178+8+131=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B20883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20883 is #4DF77C. Grayscale: #484848. Windows color (decimal): -5109629 or 8587442. OLE color: 8587442.

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

Color convert

RGB 178 8 131 -
CMYK 0 0.96 0.26 0.30
HSL 316.59º 0.91% 0.36% -
HSV(B) 316.59º 0.96% 0.7% -
XYZ 22.54 11.28 22.46 -
YUV 72.85 160.82 203 -
System Red Green Blue C M Y K H S L
Decimal 178 8 131 0 0.96 0.26 0.30 316.59 0.91 0.36
Hex B2 8 83 0 60 1A 1E 13D 5B 24
Octal 262 10 203 0 140 32 36 475 133 44
Binary 10110010 1000 10000011 0 1100000 11010 11110 100111101 1011011 100100

Color Harmonies of #B20883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20883

Black with #B20883

Text Example


Text Example

White with #B20883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20883; }

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

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

background-color css

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

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

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

border-color css

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

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

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