#B526BB

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

Shades of Dark Orchid #B526BB

Tints of Dark Orchid #B526BB

Color information

#B526BB (or 0xB526BB) is unknown color: approx Dark Orchid. HEX triplet: B5, 26 and BB. RGB value is (181,38,187). Sum of RGB (Red+Green+Blue) = 181+38+187=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 38 (15.23% from 255 or 9.36% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #B526BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B526BB is #4AD944. Grayscale: #616161. Windows color (decimal): -4905285 or 12265141. OLE color: 12265141.

HSL color Cylindrical-coordinate representation of color #B526BB: hue angle of 297.58º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B526BB is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18138187-
CMYK0.030.8000.27
HSL297.58º66.22%44.12%-
HSV(B)297.58º79.68%73.33%-
XYZ28.7214.848.36-
YUV97.74178.38187.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.58%
GREEN value IS 38 (15.23% from 255) = 9.36%
BLUE value IS 187 (73.44% from 255) = 46.06%
R=44.58%
G=9.36%
B=46.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181381870.030.8000.27297.5866.2244.12
HexB526BB35001B12a422c
Octal26546273312003345210254
Binary10110101100110101110111110100000110111001010101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B526BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B526BB; }

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

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

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

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

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

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

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

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