#B55DDE

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

Shades of Medium Orchid #B55DDE

Tints of Medium Orchid #B55DDE

Color information

#B55DDE (or 0xB55DDE) is unknown color: approx Medium Orchid. HEX triplet: B5, 5D and DE. RGB value is (181,93,222). Sum of RGB (Red+Green+Blue) = 181+93+222=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 93 (36.72% from 255 or 18.75% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 222 - color contains mainly: blue. Hex color #B55DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55DDE is #4AA221. Grayscale: #858585. Windows color (decimal): -4891170 or 14572981. OLE color: 14572981.

HSL color Cylindrical-coordinate representation of color #B55DDE: hue angle of 280.93º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B55DDE is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18193222-
CMYK0.180.5800.13
HSL280.93º66.15%61.76%-
HSV(B)280.93º58.11%87.06%-
XYZ36.1622.9371.63-
YUV134.02177.65161.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.49%
GREEN value IS 93 (36.72% from 255) = 18.75%
BLUE value IS 222 (87.11% from 255) = 44.76%
R=36.49%
G=18.75%
B=44.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal181932220.180.5800.13280.9366.1561.76
HexB55DDE123A0D119423e
Octal265135336227201543110276
Binary1011010110111011101111010010111010011011000110011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55DDE; }

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

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

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

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

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

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

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

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