#B2438A

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

Shades of Medium Red Violet #B2438A

Tints of Medium Red Violet #B2438A

Color information

#B2438A (or 0xB2438A) is unknown color: approx Medium Red Violet. HEX triplet: B2, 43 and 8A. RGB value is (178,67,138). Sum of RGB (Red+Green+Blue) = 178+67+138=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B2438A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2438A is #4DBC75. Grayscale: #6C6C6C. Windows color (decimal): -5094518 or 9061298. OLE color: 9061298.

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

Color convert

RGB17867138-
CMYK00.620.220.30
HSL321.62º45.31%48.04%-
HSV(B)321.62º62.36%69.8%-
XYZ24.9515.3125.69-
YUV108.28144.77177.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.48%
GREEN value IS 67 (26.56% from 255) = 17.49%
BLUE value IS 138 (54.30% from 255) = 36.03%
R=46.48%
G=17.49%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786713800.620.220.30321.6245.3148.04
HexB2438A03E161E1422d30
Octal26210321207626365025560
Binary1011001010000111000101001111101011011110101000010101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2438A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2438A; }

 p { color: rgb(178,67,138); }

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

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

 a { background-color: rgb(178,67,138); }

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

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

 span { border-color: rgb(178,67,138); }

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