#B25DA8

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

Shades of Violet Blue #B25DA8

Tints of Violet Blue #B25DA8

Color information

#B25DA8 (or 0xB25DA8) is unknown color: approx Violet Blue. HEX triplet: B2, 5D and A8. RGB value is (178,93,168). Sum of RGB (Red+Green+Blue) = 178+93+168=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B25DA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25DA8 is #4DA257. Grayscale: #7E7E7E. Windows color (decimal): -5087832 or 11034034. OLE color: 11034034.

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

Color convert

RGB17893168-
CMYK00.480.060.30
HSL307.06º35.56%53.14%-
HSV(B)307.06º47.75%69.8%-
XYZ29.3420.1239.38-
YUV126.96151.16164.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.55%
GREEN value IS 93 (36.72% from 255) = 21.18%
BLUE value IS 168 (66.02% from 255) = 38.27%
R=40.55%
G=21.18%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789316800.480.060.30307.0635.5653.14
HexB25DA803061E1332435
Octal2621352500606364634465
Binary10110010101110110101000011000011011110100110011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25DA8; }

 p { color: rgb(178,93,168); }

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

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

 a { background-color: rgb(178,93,168); }

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

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

 span { border-color: rgb(178,93,168); }

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