#b6256b

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

Shades of Medium Red Violet #B6256B

Tints of Medium Red Violet #B6256B

Color information

#B6256B (or 0xB6256B) is unknown color: approx Medium Red Violet. HEX triplet: B6, 25 and 6B. RGB value is (182,37,107). Sum of RGB (Red+Green+Blue) = 182+37+107=326 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.83% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 182 - color contains mainly: red. Hex color #B6256B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6256B is #49DA94. Grayscale: #585858. Windows color (decimal): -4840085 or 7022006. OLE color: 7022006.

HSL color Cylindrical-coordinate representation of color #B6256B: hue angle of 331.03º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B6256B is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB18237107-
CMYK00.800.410.29
HSL331.03º66.21%42.94%-
HSV(B)331.03º79.67%71.37%-
XYZ22.6112.3315.1-
YUV88.34138.54194.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.83%
GREEN value IS 37 (14.84% from 255) = 11.35%
BLUE value IS 107 (42.19% from 255) = 32.82%
R=55.83%
G=11.35%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823710700.800.410.29331.0366.2142.94
HexB6256B050291D14b422b
Octal266451530120513551310253
Binary10110110100101110101101010000101001111011010010111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6256b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6256b; }

 p { color: rgb(182,37,107); }

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

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

 a { background-color: rgb(182,37,107); }

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

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

 span { border-color: rgb(182,37,107); }

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