#B4266B

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

Shades of Medium Red Violet #B4266B

Tints of Medium Red Violet #B4266B

Color information

#B4266B (or 0xB4266B) is unknown color: approx Medium Red Violet. HEX triplet: B4, 26 and 6B. RGB value is (180,38,107). Sum of RGB (Red+Green+Blue) = 180+38+107=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B4266B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4266B is #4BD994. Grayscale: #585858. Windows color (decimal): -4970901 or 7022260. OLE color: 7022260.

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

Color convert

RGB18038107-
CMYK00.790.410.29
HSL330.85º65.14%42.75%-
HSV(B)330.85º78.89%70.59%-
XYZ22.1712.1515.09-
YUV88.32138.54193.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.38%
GREEN value IS 38 (15.23% from 255) = 11.69%
BLUE value IS 107 (42.19% from 255) = 32.92%
R=55.38%
G=11.69%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803810700.790.410.29330.8565.1442.75
HexB4266B04F291D14b412b
Octal264461530117513551310153
Binary10110100100110110101101001111101001111011010010111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4266B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4266B; }

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

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

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

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

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

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

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

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