#b40093

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

Shades of Medium Violet Red #B40093

Tints of Medium Violet Red #B40093

Color information

#B40093 (or 0xB40093) is unknown color: approx Medium Violet Red. HEX triplet: B4, 00 and 93. RGB value is (180,0,147). Sum of RGB (Red+Green+Blue) = 180+0+147=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B40093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40093 is #4BFF6C. Grayscale: #464646. Windows color (decimal): -4980589 or 9633972. OLE color: 9633972.

HSL color Cylindrical-coordinate representation of color #B40093: hue angle of 311º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B40093 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB1800147-
CMYK010.180.29
HSL311º100%35.29%-
HSV(B)311º100%70.59%-
XYZ24.0911.8128.61-
YUV70.58171.13206.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 147 (57.81% from 255) = 44.95%
R=55.05%
G=0%
B=44.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1800147010.180.2931110035.29
HexB4093064121D1376423
Octal26402230144223546714443
Binary101101000100100110110010010010111011001101111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b40093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b40093; }

 p { color: rgb(180,0,147); }

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

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

 a { background-color: rgb(180,0,147); }

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

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

 span { border-color: rgb(180,0,147); }

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