#B2367A

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

Shades of Medium Red Violet #B2367A

Tints of Medium Red Violet #B2367A

Color information

#B2367A (or 0xB2367A) is unknown color: approx Medium Red Violet. HEX triplet: B2, 36 and 7A. RGB value is (178,54,122). Sum of RGB (Red+Green+Blue) = 178+54+122=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B2367A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2367A is #4DC985. Grayscale: #626262. Windows color (decimal): -5097862 or 8009394. OLE color: 8009394.

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

Color convert

RGB17854122-
CMYK00.700.310.30
HSL327.1º53.45%45.49%-
HSV(B)327.1º69.66%69.8%-
XYZ23.1913.5119.8-
YUV98.83141.08184.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.28%
GREEN value IS 54 (21.48% from 255) = 15.25%
BLUE value IS 122 (48.05% from 255) = 34.46%
R=50.28%
G=15.25%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785412200.700.310.30327.153.4545.49
HexB2367A0461F1E147352d
Octal26266172010637365076555
Binary101100101101101111010010001101111111110101000111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2367A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2367A; }

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

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

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

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

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

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

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

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