#B55CED

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

Shades of Medium Orchid #B55CED

Tints of Medium Orchid #B55CED

Color information

#B55CED (or 0xB55CED) is unknown color: approx Medium Orchid. HEX triplet: B5, 5C and ED. RGB value is (181,92,237). Sum of RGB (Red+Green+Blue) = 181+92+237=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 92 (36.33% from 255 or 18.04% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #B55CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55CED is #4AA312. Grayscale: #868686. Windows color (decimal): -4891411 or 15555765. OLE color: 15555765.

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

Color convert

RGB18192237-
CMYK0.240.6100.07
HSL276.83º80.11%64.51%-
HSV(B)276.83º61.18%92.94%-
XYZ38.1723.5982.66-
YUV135.14185.49160.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.49%
GREEN value IS 92 (36.33% from 255) = 18.04%
BLUE value IS 237 (92.97% from 255) = 46.47%
R=35.49%
G=18.04%
B=46.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal181922370.240.6100.07276.8380.1164.51
HexB55CED183D071155041
Octal265134355307507425120101
Binary1011010110111001110110111000111101011110001010110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55CED; }

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

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

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

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

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

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

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

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