#B4267A

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

Shades of Medium Red Violet #B4267A

Tints of Medium Red Violet #B4267A

Color information

#B4267A (or 0xB4267A) is unknown color: approx Medium Red Violet. HEX triplet: B4, 26 and 7A. RGB value is (180,38,122). Sum of RGB (Red+Green+Blue) = 180+38+122=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B4267A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4267A is #4BD985. Grayscale: #595959. Windows color (decimal): -4970886 or 8005300. OLE color: 8005300.

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

Color convert

RGB18038122-
CMYK00.790.320.29
HSL324.51º65.14%42.75%-
HSV(B)324.51º78.89%70.59%-
XYZ23.0312.4919.61-
YUV90.03146.04192.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.94%
GREEN value IS 38 (15.23% from 255) = 11.18%
BLUE value IS 122 (48.05% from 255) = 35.88%
R=52.94%
G=11.18%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803812200.790.320.29324.5165.1442.75
HexB4267A04F201D145412b
Octal264461720117403550510153
Binary10110100100110111101001001111100000111011010001011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4267A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4267A; }

 p { color: rgb(180,38,122); }

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

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

 a { background-color: rgb(180,38,122); }

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

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

 span { border-color: rgb(180,38,122); }

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