Html Css Color HEX #B20C7A Medium Violet Red

📋 copy color: '#B20C7A'

red 178 ◦ green 12 ◦ blue 122

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

Shades of Medium Violet Red #B20C7A

Tints of Medium Violet Red #B20C7A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.85%

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

R = 57.05%
G = 3.85%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B20C7A (or 0xB20C7A) is known color: Medium Violet Red. HEX triplet: B2, 0C and 7A. RGB value is (178,12,122). Sum of RGB (Red+Green+Blue) = 178+12+122=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 12 (5.08% from 255 or 3.85% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20C7A is #4DF385. Grayscale: #494949. Windows color (decimal): -5108614 or 7998642. OLE color: 7998642.

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

Color convert

RGB 178 12 122 -
CMYK 0 0.93 0.31 0.30
HSL 320.24º 0.87% 0.37% -
HSV(B) 320.24º 0.93% 0.7% -
XYZ 22 11.13 19.4 -
YUV 74.17 155 202.06 -
System Red Green Blue C M Y K H S L
Decimal 178 12 122 0 0.93 0.31 0.30 320.24 0.87 0.37
Hex B2 C 7A 0 5D 1F 1E 140 57 25
Octal 262 14 172 0 135 37 36 500 127 45
Binary 10110010 1100 1111010 0 1011101 11111 11110 101000000 1010111 100101

Color Harmonies of #B20C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20C7A

Black with #B20C7A

Text Example


Text Example

White with #B20C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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