Html Css Color HEX #B20B7A Medium Violet Red

📋 copy color: '#B20B7A'

red 178 ◦ green 11 ◦ blue 122

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

Shades of Medium Violet Red #B20B7A

Tints of Medium Violet Red #B20B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 39.23%

R = 57.23%
G = 3.54%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B20B7A (or 0xB20B7A) is known color: Medium Violet Red. HEX triplet: B2, 0B and 7A. RGB value is (178,11,122). Sum of RGB (Red+Green+Blue) = 178+11+122=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B20B7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20B7A is #4DF485. Grayscale: #494949. Windows color (decimal): -5108870 or 7998386. OLE color: 7998386.

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

Color convert

RGB 178 11 122 -
CMYK 0 0.94 0.31 0.30
HSL 320.12º 0.88% 0.37% -
HSV(B) 320.12º 0.94% 0.7% -
XYZ 21.99 11.11 19.4 -
YUV 73.59 155.33 202.47 -
System Red Green Blue C M Y K H S L
Decimal 178 11 122 0 0.94 0.31 0.30 320.12 0.88 0.37
Hex B2 B 7A 0 5E 1F 1E 140 58 25
Octal 262 13 172 0 136 37 36 500 130 45
Binary 10110010 1011 1111010 0 1011110 11111 11110 101000000 1011000 100101

Color Harmonies of #B20B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20B7A

Black with #B20B7A

Text Example


Text Example

White with #B20B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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