#B1509B

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

Shades of Violet Blue #B1509B

Tints of Violet Blue #B1509B

Color information

#B1509B (or 0xB1509B) is unknown color: approx Violet Blue. HEX triplet: B1, 50 and 9B. RGB value is (177,80,155). Sum of RGB (Red+Green+Blue) = 177+80+155=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B1509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1509B is #4EAF64. Grayscale: #757575. Windows color (decimal): -5156709 or 10178737. OLE color: 10178737.

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

Color convert

RGB17780155-
CMYK00.550.120.31
HSL313.61º38.34%50.39%-
HSV(B)313.61º54.8%69.41%-
XYZ26.9217.4532.96-
YUV117.55149.14170.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.96%
GREEN value IS 80 (31.64% from 255) = 19.42%
BLUE value IS 155 (60.94% from 255) = 37.62%
R=42.96%
G=19.42%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778015500.550.120.31313.6138.3450.39
HexB1509B037C1F13a2632
Octal26112023306714374724662
Binary101100011010000100110110110111110011111100111010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1509B; }

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

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

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

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

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

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

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

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