#B3277D

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

Shades of Medium Red Violet #B3277D

Tints of Medium Red Violet #B3277D

Color information

#B3277D (or 0xB3277D) is unknown color: approx Medium Red Violet. HEX triplet: B3, 27 and 7D. RGB value is (179,39,125). Sum of RGB (Red+Green+Blue) = 179+39+125=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B3277D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3277D is #4CD882. Grayscale: #5A5A5A. Windows color (decimal): -5036163 or 8202163. OLE color: 8202163.

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

Color convert

RGB17939125-
CMYK00.780.300.30
HSL323.14º64.22%42.75%-
HSV(B)323.14º78.21%70.2%-
XYZ23.0212.5220.6-
YUV90.66147.38191.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.19%
GREEN value IS 39 (15.62% from 255) = 11.37%
BLUE value IS 125 (49.22% from 255) = 36.44%
R=52.19%
G=11.37%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1793912500.780.300.30323.1464.2242.75
HexB3277D04E1E1E143402b
Octal263471750116363650310053
Binary1011001110011111111010100111011110111101010000111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3277D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3277D; }

 p { color: rgb(179,39,125); }

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

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

 a { background-color: rgb(179,39,125); }

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

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

 span { border-color: rgb(179,39,125); }

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