#B0368A

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

Shades of Medium Red Violet #B0368A

Tints of Medium Red Violet #B0368A

Color information

#B0368A (or 0xB0368A) is unknown color: approx Medium Red Violet. HEX triplet: B0, 36 and 8A. RGB value is (176,54,138). Sum of RGB (Red+Green+Blue) = 176+54+138=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B0368A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0368A is #4FC975. Grayscale: #636363. Windows color (decimal): -5228918 or 9057968. OLE color: 9057968.

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

Color convert

RGB17654138-
CMYK00.690.220.31
HSL318.69º53.04%45.1%-
HSV(B)318.69º69.32%69.02%-
XYZ23.8113.725.43-
YUV100.05149.42182.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.83%
GREEN value IS 54 (21.48% from 255) = 14.67%
BLUE value IS 138 (54.30% from 255) = 37.5%
R=47.83%
G=14.67%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765413800.690.220.31318.6953.0445.1
HexB0368A045161F13f352d
Octal26066212010526374776555
Binary1011000011011010001010010001011011011111100111111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0368A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0368A; }

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

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

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

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

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

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

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

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