#B523BE

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

Shades of Dark Orchid #B523BE

Tints of Dark Orchid #B523BE

Color information

#B523BE (or 0xB523BE) is unknown color: approx Dark Orchid. HEX triplet: B5, 23 and BE. RGB value is (181,35,190). Sum of RGB (Red+Green+Blue) = 181+35+190=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 35 (14.06% from 255 or 8.62% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #B523BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B523BE is #4ADC41. Grayscale: #5F5F5F. Windows color (decimal): -4906050 or 12460981. OLE color: 12460981.

HSL color Cylindrical-coordinate representation of color #B523BE: hue angle of 296.52º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B523BE is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18135190-
CMYK0.050.8200.25
HSL296.52º68.89%44.12%-
HSV(B)296.52º81.58%74.51%-
XYZ28.9514.7450.04-
YUV96.32180.87188.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.58%
GREEN value IS 35 (14.06% from 255) = 8.62%
BLUE value IS 190 (74.61% from 255) = 46.80%
R=44.58%
G=8.62%
B=46.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181351900.050.8200.25296.5268.8944.12
HexB523BE552019129452c
Octal26543276512203145110554
Binary101101011000111011111010110100100110011001010011000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B523BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B523BE; }

 p { color: rgb(181,35,190); }

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

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

 a { background-color: rgb(181,35,190); }

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

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

 span { border-color: rgb(181,35,190); }

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