#B4278A

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

Shades of Medium Red Violet #B4278A

Tints of Medium Red Violet #B4278A

Color information

#B4278A (or 0xB4278A) is unknown color: approx Medium Red Violet. HEX triplet: B4, 27 and 8A. RGB value is (180,39,138). Sum of RGB (Red+Green+Blue) = 180+39+138=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 39 (15.62% from 255 or 10.92% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B4278A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4278A is #4BD875. Grayscale: #5C5C5C. Windows color (decimal): -4970614 or 9054132. OLE color: 9054132.

HSL color Cylindrical-coordinate representation of color #B4278A: hue angle of 317.87º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B4278A is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB18039138-
CMYK00.780.230.29
HSL317.87º64.38%42.94%-
HSV(B)317.87º78.33%70.59%-
XYZ24.1412.9925.28-
YUV92.44153.71190.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.42%
GREEN value IS 39 (15.62% from 255) = 10.92%
BLUE value IS 138 (54.30% from 255) = 38.66%
R=50.42%
G=10.92%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803913800.780.230.29317.8764.3842.94
HexB4278A04E171D13e402b
Octal264472120116273547610053
Binary10110100100111100010100100111010111111011001111101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4278A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4278A; }

 p { color: rgb(180,39,138); }

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

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

 a { background-color: rgb(180,39,138); }

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

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

 span { border-color: rgb(180,39,138); }

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