#B04E9B

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

Shades of Violet Blue #B04E9B

Tints of Violet Blue #B04E9B

Color information

#B04E9B (or 0xB04E9B) is unknown color: approx Violet Blue. HEX triplet: B0, 4E and 9B. RGB value is (176,78,155). Sum of RGB (Red+Green+Blue) = 176+78+155=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04E9B is #4FB164. Grayscale: #737373. Windows color (decimal): -5222757 or 10178224. OLE color: 10178224.

HSL color Cylindrical-coordinate representation of color #B04E9B: hue angle of 312.86º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B04E9B is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB17678155-
CMYK00.560.120.31
HSL312.86º38.58%49.8%-
HSV(B)312.86º55.68%69.02%-
XYZ26.5517.0532.9-
YUV116.08149.97170.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.03%
GREEN value IS 78 (30.86% from 255) = 19.07%
BLUE value IS 155 (60.94% from 255) = 37.90%
R=43.03%
G=19.07%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767815500.560.120.31312.8638.5849.8
HexB04E9B038C1F1392732
Octal26011623307014374714762
Binary101100001001110100110110111000110011111100111001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04E9B; }

 p { color: rgb(176,78,155); }

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

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

 a { background-color: rgb(176,78,155); }

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

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

 span { border-color: rgb(176,78,155); }

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