#B3367A

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

Shades of Medium Red Violet #B3367A

Tints of Medium Red Violet #B3367A

Color information

#B3367A (or 0xB3367A) is unknown color: approx Medium Red Violet. HEX triplet: B3, 36 and 7A. RGB value is (179,54,122). Sum of RGB (Red+Green+Blue) = 179+54+122=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 54 (21.48% from 255 or 15.21% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B3367A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3367A is #4CC985. Grayscale: #626262. Windows color (decimal): -5032326 or 8009395. OLE color: 8009395.

HSL color Cylindrical-coordinate representation of color #B3367A: hue angle of 327.36º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B3367A is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB17954122-
CMYK00.700.320.30
HSL327.36º53.65%45.69%-
HSV(B)327.36º69.83%70.2%-
XYZ23.4213.6319.81-
YUV99.13140.91184.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.42%
GREEN value IS 54 (21.48% from 255) = 15.21%
BLUE value IS 122 (48.05% from 255) = 34.37%
R=50.42%
G=15.21%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795412200.700.320.30327.3653.6545.69
HexB3367A046201E147362e
Octal26366172010640365076656
Binary1011001111011011110100100011010000011110101000111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3367A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3367A; }

 p { color: rgb(179,54,122); }

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

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

 a { background-color: rgb(179,54,122); }

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

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

 span { border-color: rgb(179,54,122); }

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