#b526bf

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

Shades of Dark Orchid #B526BF

Tints of Dark Orchid #B526BF

Color information

#B526BF (or 0xB526BF) is unknown color: approx Dark Orchid. HEX triplet: B5, 26 and BF. RGB value is (181,38,191). Sum of RGB (Red+Green+Blue) = 181+38+191=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 38 (15.23% from 255 or 9.27% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #B526BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B526BF is #4AD940. Grayscale: #616161. Windows color (decimal): -4905281 or 12527285. OLE color: 12527285.

HSL color Cylindrical-coordinate representation of color #B526BF: hue angle of 296.08º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B526BF is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18138191-
CMYK0.050.8000.25
HSL296.08º66.81%44.9%-
HSV(B)296.08º80.1%74.9%-
XYZ29.1514.9750.64-
YUV98.2180.38187.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.15%
GREEN value IS 38 (15.23% from 255) = 9.27%
BLUE value IS 191 (75% from 255) = 46.59%
R=44.15%
G=9.27%
B=46.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181381910.050.8000.25296.0866.8144.9
HexB526BF550019128432d
Octal26546277512003145010355
Binary101101011001101011111110110100000110011001010001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b526bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b526bf; }

 p { color: rgb(181,38,191); }

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

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

 a { background-color: rgb(181,38,191); }

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

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

 span { border-color: rgb(181,38,191); }

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