#B0369A

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

Shades of Medium Red Violet #B0369A

Tints of Medium Red Violet #B0369A

Color information

#B0369A (or 0xB0369A) is unknown color: approx Medium Red Violet. HEX triplet: B0, 36 and 9A. RGB value is (176,54,154). Sum of RGB (Red+Green+Blue) = 176+54+154=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B0369A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0369A is #4FC965. Grayscale: #656565. Windows color (decimal): -5228902 or 10106544. OLE color: 10106544.

HSL color Cylindrical-coordinate representation of color #B0369A: hue angle of 310.82º 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 #B0369A is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB17654154-
CMYK00.690.120.31
HSL310.82º53.04%45.1%-
HSV(B)310.82º69.32%69.02%-
XYZ25.0614.231.99-
YUV101.88157.42180.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.83%
GREEN value IS 54 (21.48% from 255) = 14.06%
BLUE value IS 154 (60.55% from 255) = 40.10%
R=45.83%
G=14.06%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765415400.690.120.31310.8253.0445.1
HexB0369A045C1F137352d
Octal26066232010514374676555
Binary101100001101101001101001000101110011111100110111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0369A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0369A; }

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

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

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

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

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

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

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

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