#B6267E

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

Shades of Medium Red Violet #B6267E

Tints of Medium Red Violet #B6267E

Color information

#B6267E (or 0xB6267E) is unknown color: approx Medium Red Violet. HEX triplet: B6, 26 and 7E. RGB value is (182,38,126). Sum of RGB (Red+Green+Blue) = 182+38+126=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B6267E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6267E is #49D981. Grayscale: #5A5A5A. Windows color (decimal): -4839810 or 8267446. OLE color: 8267446.

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

Color convert

RGB18238126-
CMYK00.790.310.29
HSL323.33º65.45%43.14%-
HSV(B)323.33º79.12%71.37%-
XYZ23.7512.8420.96-
YUV91.09147.71192.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.60%
GREEN value IS 38 (15.23% from 255) = 10.98%
BLUE value IS 126 (49.61% from 255) = 36.42%
R=52.60%
G=10.98%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823812600.790.310.29323.3365.4543.14
HexB6267E04F1F1D143412b
Octal266461760117373550310153
Binary1011011010011011111100100111111111111011010000111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6267E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6267E; }

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

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

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

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

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

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

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

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