#B8269A

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

Shades of Medium Red Violet #B8269A

Tints of Medium Red Violet #B8269A

Color information

#B8269A (or 0xB8269A) is unknown color: approx Medium Red Violet. HEX triplet: B8, 26 and 9A. RGB value is (184,38,154). Sum of RGB (Red+Green+Blue) = 184+38+154=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 38 (15.23% from 255 or 10.11% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B8269A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8269A is #47D965. Grayscale: #5E5E5E. Windows color (decimal): -4708710 or 10102456. OLE color: 10102456.

HSL color Cylindrical-coordinate representation of color #B8269A: hue angle of 312.33º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B8269A is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB18438154-
CMYK00.790.160.28
HSL312.33º65.77%43.53%-
HSV(B)312.33º79.35%72.16%-
XYZ26.2913.9131.87-
YUV94.88161.37191.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.94%
GREEN value IS 38 (15.23% from 255) = 10.11%
BLUE value IS 154 (60.55% from 255) = 40.96%
R=48.94%
G=10.11%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1843815400.790.160.28312.3365.7743.53
HexB8269A04F101C138422c
Octal270462320117203447010254
Binary10111000100110100110100100111110000111001001110001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8269A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8269A; }

 p { color: rgb(184,38,154); }

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

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

 a { background-color: rgb(184,38,154); }

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

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

 span { border-color: rgb(184,38,154); }

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