#B70093

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

Shades of Medium Violet Red #B70093

Tints of Medium Violet Red #B70093

Color information

#B70093 (or 0xB70093) is unknown color: approx Medium Violet Red. HEX triplet: B7, 00 and 93. RGB value is (183,0,147). Sum of RGB (Red+Green+Blue) = 183+0+147=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B70093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70093 is #48FF6C. Grayscale: #474747. Windows color (decimal): -4783981 or 9633975. OLE color: 9633975.

HSL color Cylindrical-coordinate representation of color #B70093: hue angle of 311.8º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B70093 is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB1830147-
CMYK010.200.28
HSL311.8º100%35.88%-
HSV(B)311.8º100%71.76%-
XYZ24.7912.1728.65-
YUV71.47170.63207.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 147 (57.81% from 255) = 44.55%
R=55.45%
G=0%
B=44.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1830147010.200.28311.810035.88
HexB7093064141C1386424
Octal26702230144243447014444
Binary101101110100100110110010010100111001001110001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70093; }

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

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

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

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

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

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

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

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