#B0148A

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

Shades of Medium Violet Red #B0148A

Tints of Medium Violet Red #B0148A

Color information

#B0148A (or 0xB0148A) is unknown color: approx Medium Violet Red. HEX triplet: B0, 14 and 8A. RGB value is (176,20,138). Sum of RGB (Red+Green+Blue) = 176+20+138=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B0148A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0148A is #4FEB75. Grayscale: #4F4F4F. Windows color (decimal): -5237622 or 9049264. OLE color: 9049264.

HSL color Cylindrical-coordinate representation of color #B0148A: hue angle of 314.62º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0148A is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB17620138-
CMYK00.890.220.31
HSL314.62º79.59%38.43%-
HSV(B)314.62º88.64%69.02%-
XYZ22.7411.5725.08-
YUV80.1160.68196.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.69%
GREEN value IS 20 (8.20% from 255) = 5.99%
BLUE value IS 138 (54.30% from 255) = 41.32%
R=52.69%
G=5.99%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762013800.890.220.31314.6279.5938.43
HexB0148A059161F13b5026
Octal260242120131263747312046
Binary1011000010100100010100101100110110111111001110111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0148A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0148A; }

 p { color: rgb(176,20,138); }

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

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

 a { background-color: rgb(176,20,138); }

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

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

 span { border-color: rgb(176,20,138); }

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