#B55BED

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

Shades of Medium Orchid #B55BED

Tints of Medium Orchid #B55BED

Color information

#B55BED (or 0xB55BED) is unknown color: approx Medium Orchid. HEX triplet: B5, 5B and ED. RGB value is (181,91,237). Sum of RGB (Red+Green+Blue) = 181+91+237=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 91 (35.94% from 255 or 17.88% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #B55BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55BED is #4AA412. Grayscale: #868686. Windows color (decimal): -4891667 or 15555509. OLE color: 15555509.

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

Color convert

RGB18191237-
CMYK0.240.6200.07
HSL276.99º80.22%64.31%-
HSV(B)276.99º61.6%92.94%-
XYZ38.0823.4282.63-
YUV134.55185.82161.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.56%
GREEN value IS 91 (35.94% from 255) = 17.88%
BLUE value IS 237 (92.97% from 255) = 46.56%
R=35.56%
G=17.88%
B=46.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal181912370.240.6200.07276.9980.2264.31
HexB55BED183E071155040
Octal265133355307607425120100
Binary1011010110110111110110111000111110011110001010110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55BED; }

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

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

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

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

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

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

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

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