#B526B7

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

Shades of Dark Orchid #B526B7

Tints of Dark Orchid #B526B7

Color information

#B526B7 (or 0xB526B7) is unknown color: approx Dark Orchid. HEX triplet: B5, 26 and B7. RGB value is (181,38,183). Sum of RGB (Red+Green+Blue) = 181+38+183=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 38 (15.23% from 255 or 9.45% from 402); Blue value is 183 (71.88% from 255 or 45.52% from 402); Max value from RGB is 183 - color contains mainly: blue. Hex color #B526B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B526B7 is #4AD948. Grayscale: #606060. Windows color (decimal): -4905289 or 12002997. OLE color: 12002997.

HSL color Cylindrical-coordinate representation of color #B526B7: hue angle of 299.17º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B526B7 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB18138183-
CMYK0.010.7900.28
HSL299.17º65.61%43.33%-
HSV(B)299.17º79.23%71.76%-
XYZ28.314.6346.13-
YUV97.29176.38187.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.02%
GREEN value IS 38 (15.23% from 255) = 9.45%
BLUE value IS 183 (71.88% from 255) = 45.52%
R=45.02%
G=9.45%
B=45.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal181381830.010.7900.28299.1765.6143.33
HexB526B714F01C12b422b
Octal26546267111703445310253
Binary1011010110011010110111110011110111001001010111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B526B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B526B7; }

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

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

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

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

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

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

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

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