#B25BA7

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

Shades of Violet Blue #B25BA7

Tints of Violet Blue #B25BA7

Color information

#B25BA7 (or 0xB25BA7) is unknown color: approx Violet Blue. HEX triplet: B2, 5B and A7. RGB value is (178,91,167). Sum of RGB (Red+Green+Blue) = 178+91+167=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 167 (65.62% from 255 or 38.30% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B25BA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25BA7 is #4DA458. Grayscale: #7D7D7D. Windows color (decimal): -5088345 or 10967986. OLE color: 10967986.

HSL color Cylindrical-coordinate representation of color #B25BA7: hue angle of 307.59º 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 #B25BA7 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB17891167-
CMYK00.490.060.30
HSL307.59º36.1%52.75%-
HSV(B)307.59º48.88%69.8%-
XYZ29.0819.7438.84-
YUV125.68151.32165.32-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.83%
GREEN value IS 91 (35.94% from 255) = 20.87%
BLUE value IS 167 (65.62% from 255) = 38.30%
R=40.83%
G=20.87%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789116700.490.060.30307.5936.152.75
HexB25BA703161E1342435
Octal2621332470616364644465
Binary10110010101101110100111011000111011110100110100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25BA7; }

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

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

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

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

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

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

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

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