Html Css Color HEX #B20B8D Medium Violet Red

📋 copy color: '#B20B8D'

red 178 ◦ green 11 ◦ blue 141

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

Shades of Medium Violet Red #B20B8D

Tints of Medium Violet Red #B20B8D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.33%

 BLUE value IS 141 (55.47% from 255) = 42.73%

R = 53.94%
G = 3.33%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B20B8D (or 0xB20B8D) is known color: Medium Violet Red. HEX triplet: B2, 0B and 8D. RGB value is (178,11,141). Sum of RGB (Red+Green+Blue) = 178+11+141=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B20B8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20B8D is #4DF472. Grayscale: #4B4B4B. Windows color (decimal): -5108851 or 9243570. OLE color: 9243570.

HSL color Cylindrical-coordinate representation of color #B20B8D: hue angle of 313.29º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20B8D is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 11 141 -
CMYK 0 0.94 0.21 0.30
HSL 313.29º 0.88% 0.37% -
HSV(B) 313.29º 0.94% 0.7% -
XYZ 23.29 11.63 26.22 -
YUV 75.75 164.83 200.93 -
System Red Green Blue C M Y K H S L
Decimal 178 11 141 0 0.94 0.21 0.30 313.29 0.88 0.37
Hex B2 B 8D 0 5E 15 1E 139 58 25
Octal 262 13 215 0 136 25 36 471 130 45
Binary 10110010 1011 10001101 0 1011110 10101 11110 100111001 1011000 100101

Color Harmonies of #B20B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20B8D

Black with #B20B8D

Text Example


Text Example

White with #B20B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20B8D; }

 p { color: rgb(178,11,141); }

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

background-color css

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

 a { background-color: rgb(178,11,141); }

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

border-color css

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

 span { border-color: rgb(178,11,141); }

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