#B4097D

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

Shades of Medium Violet Red #B4097D

Tints of Medium Violet Red #B4097D

Color information

#B4097D (or 0xB4097D) is unknown color: approx Medium Violet Red. HEX triplet: B4, 09 and 7D. RGB value is (180,9,125). Sum of RGB (Red+Green+Blue) = 180+9+125=314 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.32% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 180 - color contains mainly: red. Hex color #B4097D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4097D is #4BF682. Grayscale: #494949. Windows color (decimal): -4978307 or 8194484. OLE color: 8194484.

HSL color Cylindrical-coordinate representation of color #B4097D: hue angle of 319.3º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B4097D is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB1809125-
CMYK00.950.310.29
HSL319.3º90.48%37.06%-
HSV(B)319.3º95%70.59%-
XYZ22.6211.3820.41-
YUV73.35157.15204.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.32%
GREEN value IS 9 (3.91% from 255) = 2.87%
BLUE value IS 125 (49.22% from 255) = 39.81%
R=57.32%
G=2.87%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180912500.950.310.29319.390.4837.06
HexB497D05F1F1D13f5a25
Octal264111750137373547713245
Binary10110100100111111010101111111111111011001111111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4097D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4097D; }

 p { color: rgb(180,9,125); }

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

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

 a { background-color: rgb(180,9,125); }

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

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

 span { border-color: rgb(180,9,125); }

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