#B4267E

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

Shades of Medium Red Violet #B4267E

Tints of Medium Red Violet #B4267E

Color information

#B4267E (or 0xB4267E) is unknown color: approx Medium Red Violet. HEX triplet: B4, 26 and 7E. RGB value is (180,38,126). Sum of RGB (Red+Green+Blue) = 180+38+126=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B4267E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4267E is #4BD981. Grayscale: #5A5A5A. Windows color (decimal): -4970882 or 8267444. OLE color: 8267444.

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

Color convert

RGB18038126-
CMYK00.790.30.29
HSL322.82º65.14%42.75%-
HSV(B)322.82º78.89%70.59%-
XYZ23.2812.620.94-
YUV90.49148.04191.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.33%
GREEN value IS 38 (15.23% from 255) = 11.05%
BLUE value IS 126 (49.61% from 255) = 36.63%
R=52.33%
G=11.05%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803812600.790.30.29322.8265.1442.75
HexB4267E04F1E1D143412b
Octal264461760117363550310153
Binary1011010010011011111100100111111110111011010000111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4267E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4267E; }

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

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

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

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

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

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

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

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