#B6269B

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

Shades of Medium Red Violet #B6269B

Tints of Medium Red Violet #B6269B

Color information

#B6269B (or 0xB6269B) is unknown color: approx Medium Red Violet. HEX triplet: B6, 26 and 9B. RGB value is (182,38,155). Sum of RGB (Red+Green+Blue) = 182+38+155=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 38 (15.23% from 255 or 10.13% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B6269B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6269B is #49D964. Grayscale: #5E5E5E. Windows color (decimal): -4839781 or 10167990. OLE color: 10167990.

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

Color convert

RGB18238155-
CMYK00.790.150.29
HSL311.25º65.45%43.14%-
HSV(B)311.25º79.12%71.37%-
XYZ25.913.732.29-
YUV94.39162.21190.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.53%
GREEN value IS 38 (15.23% from 255) = 10.13%
BLUE value IS 155 (60.94% from 255) = 41.33%
R=48.53%
G=10.13%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823815500.790.150.29311.2565.4543.14
HexB6269B04FF1D137412b
Octal266462330117173546710153
Binary1011011010011010011011010011111111111011001101111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6269B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6269B; }

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

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

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

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

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

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

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

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