#B4277E

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

Shades of Medium Red Violet #B4277E

Tints of Medium Red Violet #B4277E

Color information

#B4277E (or 0xB4277E) is unknown color: approx Medium Red Violet. HEX triplet: B4, 27 and 7E. RGB value is (180,39,126). Sum of RGB (Red+Green+Blue) = 180+39+126=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B4277E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4277E is #4BD881. Grayscale: #5A5A5A. Windows color (decimal): -4970626 or 8267700. OLE color: 8267700.

HSL color Cylindrical-coordinate representation of color #B4277E: hue angle of 322.98º 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 #B4277E is Cyan = 0, Magento = 0.78, Yellow = 0.3 and Black (K on CMYK) = 0.29.

Color convert

RGB18039126-
CMYK00.780.30.29
HSL322.98º64.38%42.94%-
HSV(B)322.98º78.33%70.59%-
XYZ23.3112.6620.95-
YUV91.08147.71191.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.17%
GREEN value IS 39 (15.62% from 255) = 11.30%
BLUE value IS 126 (49.61% from 255) = 36.52%
R=52.17%
G=11.30%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803912600.780.30.29322.9864.3842.94
HexB4277E04E1E1D143402b
Octal264471760116363550310053
Binary1011010010011111111100100111011110111011010000111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4277E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4277E; }

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

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

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

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

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

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

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

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