#B55DEB

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

Shades of Medium Orchid #B55DEB

Tints of Medium Orchid #B55DEB

Color information

#B55DEB (or 0xB55DEB) is unknown color: approx Medium Orchid. HEX triplet: B5, 5D and EB. RGB value is (181,93,235). Sum of RGB (Red+Green+Blue) = 181+93+235=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 93 (36.72% from 255 or 18.27% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #B55DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55DEB is #4AA214. Grayscale: #878787. Windows color (decimal): -4891157 or 15424949. OLE color: 15424949.

HSL color Cylindrical-coordinate representation of color #B55DEB: hue angle of 277.18º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B55DEB is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18193235-
CMYK0.230.6000.08
HSL277.18º78.02%64.31%-
HSV(B)277.18º60.43%92.16%-
XYZ37.9723.6581.16-
YUV135.5184.15160.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.56%
GREEN value IS 93 (36.72% from 255) = 18.27%
BLUE value IS 235 (92.19% from 255) = 46.17%
R=35.56%
G=18.27%
B=46.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal181932350.230.6000.08277.1878.0264.31
HexB55DEB173C081154e40
Octal2651353532774010425116100
Binary10110101101110111101011101111111000100010001010110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55DEB; }

 p { color: rgb(181,93,235); }

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

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

 a { background-color: rgb(181,93,235); }

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

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

 span { border-color: rgb(181,93,235); }

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