#B20F9B

Color #B20F9B Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #B20F9B

Tints of Medium Violet Red #B20F9B

Color information

#B20F9B (or 0xB20F9B) is unknown color: approx Medium Violet Red. HEX triplet: B2, 0F and 9B. RGB value is (178,15,155). Sum of RGB (Red+Green+Blue) = 178+15+155=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 15 (6.25% from 255 or 4.31% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B20F9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20F9B is #4DF064. Grayscale: #4F4F4F. Windows color (decimal): -5107813 or 10162098. OLE color: 10162098.

HSL color Cylindrical-coordinate representation of color #B20F9B: hue angle of 308.47º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B20F9B is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB17815155-
CMYK00.920.130.30
HSL308.47º84.46%37.84%-
HSV(B)308.47º91.57%69.8%-
XYZ24.4512.1732.07-
YUV79.7170.5198.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.15%
GREEN value IS 15 (6.25% from 255) = 4.31%
BLUE value IS 155 (60.94% from 255) = 44.54%
R=51.15%
G=4.31%
B=44.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781515500.920.130.30308.4784.4637.84
HexB2F9B05CD1E1345426
Octal262172330134153646412446
Binary10110010111110011011010111001101111101001101001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20F9B; }

 p { color: rgb(178,15,155); }

 H1.HeaderClassName
 {
   color: #B20F9B;
 }
 .AnyTagClassName
 {
   color: #B20F9B;
 }
</style>
background-color css

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

 a { background-color: rgb(178,15,155); }

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

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

 span { border-color: rgb(178,15,155); }

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