#B55FED

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

Shades of Medium Orchid #B55FED

Tints of Medium Orchid #B55FED

Color information

#B55FED (or 0xB55FED) is unknown color: approx Medium Orchid. HEX triplet: B5, 5F and ED. RGB value is (181,95,237). Sum of RGB (Red+Green+Blue) = 181+95+237=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 95 (37.5% from 255 or 18.52% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #B55FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55FED is #4AA012. Grayscale: #888888. Windows color (decimal): -4890643 or 15556533. OLE color: 15556533.

HSL color Cylindrical-coordinate representation of color #B55FED: hue angle of 276.34º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B55FED is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18195237-
CMYK0.240.6000.07
HSL276.34º79.78%65.1%-
HSV(B)276.34º59.92%92.94%-
XYZ38.4324.1282.75-
YUV136.9184.49159.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.28%
GREEN value IS 95 (37.5% from 255) = 18.52%
BLUE value IS 237 (92.97% from 255) = 46.20%
R=35.28%
G=18.52%
B=46.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal181952370.240.6000.07276.3479.7865.1
HexB55FED183C071145041
Octal265137355307407424120101
Binary1011010110111111110110111000111100011110001010010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55FED; }

 p { color: rgb(181,95,237); }

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

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

 a { background-color: rgb(181,95,237); }

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

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

 span { border-color: rgb(181,95,237); }

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