#B1509E

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

Shades of Violet Blue #B1509E

Tints of Violet Blue #B1509E

Color information

#B1509E (or 0xB1509E) is unknown color: approx Violet Blue. HEX triplet: B1, 50 and 9E. RGB value is (177,80,158). Sum of RGB (Red+Green+Blue) = 177+80+158=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B1509E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1509E is #4EAF61. Grayscale: #757575. Windows color (decimal): -5156706 or 10375345. OLE color: 10375345.

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

Color convert

RGB17780158-
CMYK00.550.110.31
HSL311.75º38.34%50.39%-
HSV(B)311.75º54.8%69.41%-
XYZ27.1717.5534.3-
YUV117.89150.64170.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.65%
GREEN value IS 80 (31.64% from 255) = 19.28%
BLUE value IS 158 (62.11% from 255) = 38.07%
R=42.65%
G=19.28%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778015800.550.110.31311.7538.3450.39
HexB1509E037B1F1382632
Octal26112023606713374704662
Binary101100011010000100111100110111101111111100111000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1509E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1509E; }

 p { color: rgb(177,80,158); }

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

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

 a { background-color: rgb(177,80,158); }

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

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

 span { border-color: rgb(177,80,158); }

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