Html Css Color HEX #B20C7D Medium Violet Red

📋 copy color: '#B20C7D'

red 178 ◦ green 12 ◦ blue 125

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

Shades of Medium Violet Red #B20C7D

Tints of Medium Violet Red #B20C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.68%

R = 56.51%
G = 3.81%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B20C7D (or 0xB20C7D) is known color: Medium Violet Red. HEX triplet: B2, 0C and 7D. RGB value is (178,12,125). Sum of RGB (Red+Green+Blue) = 178+12+125=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20C7D is #4DF382. Grayscale: #4A4A4A. Windows color (decimal): -5108611 or 8195250. OLE color: 8195250.

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

Color convert

RGB 178 12 125 -
CMYK 0 0.93 0.30 0.30
HSL 319.16º 0.87% 0.37% -
HSV(B) 319.16º 0.93% 0.7% -
XYZ 22.19 11.21 20.4 -
YUV 74.52 156.5 201.81 -
System Red Green Blue C M Y K H S L
Decimal 178 12 125 0 0.93 0.30 0.30 319.16 0.87 0.37
Hex B2 C 7D 0 5D 1E 1E 13F 57 25
Octal 262 14 175 0 135 36 36 477 127 45
Binary 10110010 1100 1111101 0 1011101 11110 11110 100111111 1010111 100101

Color Harmonies of #B20C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20C7D

Black with #B20C7D

Text Example


Text Example

White with #B20C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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