#B55DFD

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

Shades of Medium Orchid #B55DFD

Tints of Medium Orchid #B55DFD

Color information

#B55DFD (or 0xB55DFD) is unknown color: approx Medium Orchid. HEX triplet: B5, 5D and FD. RGB value is (181,93,253). Sum of RGB (Red+Green+Blue) = 181+93+253=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 93 (36.72% from 255 or 17.65% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #B55DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55DFD is #4AA202. Grayscale: #898989. Windows color (decimal): -4891139 or 16604597. OLE color: 16604597.

HSL color Cylindrical-coordinate representation of color #B55DFD: hue angle of 273º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B55DFD is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18193253-
CMYK0.280.6300.01
HSL273º97.56%67.84%-
HSV(B)273º63.24%99.22%-
XYZ40.724.7495.56-
YUV137.55193.15158.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.35%
GREEN value IS 93 (36.72% from 255) = 17.65%
BLUE value IS 253 (99.22% from 255) = 48.01%
R=34.35%
G=17.65%
B=48.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal181932530.280.6300.0127397.5667.84
HexB55DFD1C3F011116244
Octal265135375347701421142104
Binary10110101101110111111101111001111110110001000111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55DFD; }

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

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

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

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

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

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

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

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