#B538E0

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

Shades of Medium Orchid #B538E0

Tints of Medium Orchid #B538E0

Color information

#B538E0 (or 0xB538E0) is unknown color: approx Medium Orchid. HEX triplet: B5, 38 and E0. RGB value is (181,56,224). Sum of RGB (Red+Green+Blue) = 181+56+224=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 56 (22.27% from 255 or 12.15% from 461); Blue value is 224 (87.89% from 255 or 48.59% from 461); Max value from RGB is 224 - color contains mainly: blue. Hex color #B538E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B538E0 is #4AC71F. Grayscale: #6F6F6F. Windows color (decimal): -4900640 or 14694581. OLE color: 14694581.

HSL color Cylindrical-coordinate representation of color #B538E0: hue angle of 284.64º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B538E0 is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18156224-
CMYK0.190.7500.12
HSL284.64º73.04%54.9%-
HSV(B)284.64º75%87.84%-
XYZ33.9218.0372.21-
YUV112.53190.91176.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.26%
GREEN value IS 56 (22.27% from 255) = 12.15%
BLUE value IS 224 (87.89% from 255) = 48.59%
R=39.26%
G=12.15%
B=48.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal181562240.190.7500.12284.6473.0454.9
HexB538E0134B0C11d4937
Octal265703402311301443511167
Binary1011010111100011100000100111001011011001000111011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B538E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B538E0; }

 p { color: rgb(181,56,224); }

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

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

 a { background-color: rgb(181,56,224); }

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

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

 span { border-color: rgb(181,56,224); }

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