#B6277A

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

Shades of Medium Red Violet #B6277A

Tints of Medium Red Violet #B6277A

Color information

#B6277A (or 0xB6277A) is unknown color: approx Medium Red Violet. HEX triplet: B6, 27 and 7A. RGB value is (182,39,122). Sum of RGB (Red+Green+Blue) = 182+39+122=343 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.06% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 182 - color contains mainly: red. Hex color #B6277A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6277A is #49D885. Grayscale: #5B5B5B. Windows color (decimal): -4839558 or 8005558. OLE color: 8005558.

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

Color convert

RGB18239122-
CMYK00.790.330.29
HSL325.17º64.71%43.33%-
HSV(B)325.17º78.57%71.37%-
XYZ23.5312.819.64-
YUV91.22145.38192.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.06%
GREEN value IS 39 (15.62% from 255) = 11.37%
BLUE value IS 122 (48.05% from 255) = 35.57%
R=53.06%
G=11.37%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823912200.790.330.29325.1764.7143.33
HexB6277A04F211D145412b
Octal266471720117413550510153
Binary10110110100111111101001001111100001111011010001011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6277A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6277A; }

 p { color: rgb(182,39,122); }

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

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

 a { background-color: rgb(182,39,122); }

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

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

 span { border-color: rgb(182,39,122); }

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