#B526C5

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

Shades of Dark Orchid #B526C5

Tints of Dark Orchid #B526C5

Color information

#B526C5 (or 0xB526C5) is unknown color: approx Dark Orchid. HEX triplet: B5, 26 and C5. RGB value is (181,38,197). Sum of RGB (Red+Green+Blue) = 181+38+197=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 38 (15.23% from 255 or 9.13% from 416); Blue value is 197 (77.34% from 255 or 47.36% from 416); Max value from RGB is 197 - color contains mainly: blue. Hex color #B526C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B526C5 is #4AD93A. Grayscale: #626262. Windows color (decimal): -4905275 or 12920501. OLE color: 12920501.

HSL color Cylindrical-coordinate representation of color #B526C5: hue angle of 293.96º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B526C5 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18138197-
CMYK0.080.8100.23
HSL293.96º67.66%46.08%-
HSV(B)293.96º80.71%77.25%-
XYZ29.8315.2454.19-
YUV98.88183.38186.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.51%
GREEN value IS 38 (15.23% from 255) = 9.13%
BLUE value IS 197 (77.34% from 255) = 47.36%
R=43.51%
G=9.13%
B=47.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal181381970.080.8100.23293.9667.6646.08
HexB526C5851017126442e
Octal265463051012102744610456
Binary1011010110011011000101100010100010101111001001101000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B526C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B526C5; }

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

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

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

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

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

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

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

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