#B2509E

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

Shades of Violet Blue #B2509E

Tints of Violet Blue #B2509E

Color information

#B2509E (or 0xB2509E) is unknown color: approx Violet Blue. HEX triplet: B2, 50 and 9E. RGB value is (178,80,158). Sum of RGB (Red+Green+Blue) = 178+80+158=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B2509E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2509E is #4DAF61. Grayscale: #757575. Windows color (decimal): -5091170 or 10375346. OLE color: 10375346.

HSL color Cylindrical-coordinate representation of color #B2509E: hue angle of 312.24º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B2509E is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB17880158-
CMYK00.550.110.30
HSL312.24º38.89%50.59%-
HSV(B)312.24º55.06%69.8%-
XYZ27.417.6734.31-
YUV118.19150.47170.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.79%
GREEN value IS 80 (31.64% from 255) = 19.23%
BLUE value IS 158 (62.11% from 255) = 37.98%
R=42.79%
G=19.23%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788015800.550.110.30312.2438.8950.59
HexB2509E037B1E1382733
Octal26212023606713364704763
Binary101100101010000100111100110111101111110100111000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2509E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2509E; }

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

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

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

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

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

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

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

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