#B525E7

Color #B525E7 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #B525E7

Tints of Dark Orchid #B525E7

Color information

#B525E7 (or 0xB525E7) is unknown color: approx Dark Orchid. HEX triplet: B5, 25 and E7. RGB value is (181,37,231). Sum of RGB (Red+Green+Blue) = 181+37+231=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 37 (14.84% from 255 or 8.24% from 449); Blue value is 231 (90.62% from 255 or 51.45% from 449); Max value from RGB is 231 - color contains mainly: blue. Hex color #B525E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B525E7 is #4ADA18. Grayscale: #656565. Windows color (decimal): -4905497 or 15148469. OLE color: 15148469.

HSL color Cylindrical-coordinate representation of color #B525E7: hue angle of 284.54º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B525E7 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18137231-
CMYK0.220.8400.09
HSL284.54º80.17%52.55%-
HSV(B)284.54º83.98%90.59%-
XYZ34.1416.9277.07-
YUV102.17200.71184.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.31%
GREEN value IS 37 (14.84% from 255) = 8.24%
BLUE value IS 231 (90.62% from 255) = 51.45%
R=40.31%
G=8.24%
B=51.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal181372310.220.8400.09284.5480.1752.55
HexB525E716540911d5035
Octal265453472612401143512065
Binary1011010110010111100111101101010100010011000111011010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B525E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B525E7; }

 p { color: rgb(181,37,231); }

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

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

 a { background-color: rgb(181,37,231); }

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

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

 span { border-color: rgb(181,37,231); }

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