#B25CA9

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

Shades of Violet Blue #B25CA9

Tints of Violet Blue #B25CA9

Color information

#B25CA9 (or 0xB25CA9) is unknown color: approx Violet Blue. HEX triplet: B2, 5C and A9. RGB value is (178,92,169). Sum of RGB (Red+Green+Blue) = 178+92+169=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 92 (36.33% from 255 or 20.96% from 439); Blue value is 169 (66.41% from 255 or 38.50% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B25CA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25CA9 is #4DA356. Grayscale: #7E7E7E. Windows color (decimal): -5088087 or 11099314. OLE color: 11099314.

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

Color convert

RGB17892169-
CMYK00.480.050.30
HSL306.28º35.83%52.94%-
HSV(B)306.28º48.31%69.8%-
XYZ29.3519.9839.85-
YUV126.49151.99164.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.55%
GREEN value IS 92 (36.33% from 255) = 20.96%
BLUE value IS 169 (66.41% from 255) = 38.50%
R=40.55%
G=20.96%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789216900.480.050.30306.2835.8352.94
HexB25CA903051E1322435
Octal2621342510605364624465
Binary10110010101110010101001011000010111110100110010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25CA9; }

 p { color: rgb(178,92,169); }

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

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

 a { background-color: rgb(178,92,169); }

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

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

 span { border-color: rgb(178,92,169); }

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