#B0368E

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

Shades of Medium Red Violet #B0368E

Tints of Medium Red Violet #B0368E

Color information

#B0368E (or 0xB0368E) is unknown color: approx Medium Red Violet. HEX triplet: B0, 36 and 8E. RGB value is (176,54,142). Sum of RGB (Red+Green+Blue) = 176+54+142=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 54 (21.48% from 255 or 14.52% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B0368E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0368E is #4FC971. Grayscale: #646464. Windows color (decimal): -5228914 or 9320112. OLE color: 9320112.

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

Color convert

RGB17654142-
CMYK00.690.190.31
HSL316.72º53.04%45.1%-
HSV(B)316.72º69.32%69.02%-
XYZ24.1113.8226.99-
YUV100.51151.42181.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.31%
GREEN value IS 54 (21.48% from 255) = 14.52%
BLUE value IS 142 (55.86% from 255) = 38.17%
R=47.31%
G=14.52%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765414200.690.190.31316.7253.0445.1
HexB0368E045131F13d352d
Octal26066216010523374756555
Binary1011000011011010001110010001011001111111100111101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0368E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0368E; }

 p { color: rgb(176,54,142); }

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

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

 a { background-color: rgb(176,54,142); }

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

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

 span { border-color: rgb(176,54,142); }

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