#B1509A

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

Shades of Violet Blue #B1509A

Tints of Violet Blue #B1509A

Color information

#B1509A (or 0xB1509A) is unknown color: approx Violet Blue. HEX triplet: B1, 50 and 9A. RGB value is (177,80,154). Sum of RGB (Red+Green+Blue) = 177+80+154=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B1509A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1509A is #4EAF65. Grayscale: #757575. Windows color (decimal): -5156710 or 10113201. OLE color: 10113201.

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

Color convert

RGB17780154-
CMYK00.550.130.31
HSL314.23º38.34%50.39%-
HSV(B)314.23º54.8%69.41%-
XYZ26.8317.4232.52-
YUV117.44148.64170.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.07%
GREEN value IS 80 (31.64% from 255) = 19.46%
BLUE value IS 154 (60.55% from 255) = 37.47%
R=43.07%
G=19.46%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778015400.550.130.31314.2338.3450.39
HexB1509A037D1F13a2632
Octal26112023206715374724662
Binary101100011010000100110100110111110111111100111010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1509A; }

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

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

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

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

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

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

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

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