#B25BA5

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

Shades of Violet Blue #B25BA5

Tints of Violet Blue #B25BA5

Color information

#B25BA5 (or 0xB25BA5) is unknown color: approx Violet Blue. HEX triplet: B2, 5B and A5. RGB value is (178,91,165). Sum of RGB (Red+Green+Blue) = 178+91+165=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 165 (64.84% from 255 or 38.02% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B25BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25BA5 is #4DA45A. Grayscale: #7D7D7D. Windows color (decimal): -5088347 or 10836914. OLE color: 10836914.

HSL color Cylindrical-coordinate representation of color #B25BA5: hue angle of 308.97º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B25BA5 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB17891165-
CMYK00.490.070.30
HSL308.97º36.1%52.75%-
HSV(B)308.97º48.88%69.8%-
XYZ28.8919.6637.87-
YUV125.45150.32165.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.01%
GREEN value IS 91 (35.94% from 255) = 20.97%
BLUE value IS 165 (64.84% from 255) = 38.02%
R=41.01%
G=20.97%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789116500.490.070.30308.9736.152.75
HexB25BA503171E1352435
Octal2621332450617364654465
Binary10110010101101110100101011000111111110100110101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25BA5; }

 p { color: rgb(178,91,165); }

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

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

 a { background-color: rgb(178,91,165); }

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

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

 span { border-color: rgb(178,91,165); }

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