#B0388A

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

Shades of Medium Red Violet #B0388A

Tints of Medium Red Violet #B0388A

Color information

#B0388A (or 0xB0388A) is unknown color: approx Medium Red Violet. HEX triplet: B0, 38 and 8A. RGB value is (176,56,138). Sum of RGB (Red+Green+Blue) = 176+56+138=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B0388A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0388A is #4FC775. Grayscale: #656565. Windows color (decimal): -5228406 or 9058480. OLE color: 9058480.

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

Color convert

RGB17656138-
CMYK00.680.220.31
HSL319º51.72%45.49%-
HSV(B)319º68.18%69.02%-
XYZ23.9113.8925.47-
YUV101.23148.76181.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.57%
GREEN value IS 56 (22.27% from 255) = 15.14%
BLUE value IS 138 (54.30% from 255) = 37.30%
R=47.57%
G=15.14%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765613800.680.220.3131951.7245.49
HexB0388A044161F13f342d
Octal26070212010426374776455
Binary1011000011100010001010010001001011011111100111111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0388A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0388A; }

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

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

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

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

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

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

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

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