#b55eff

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

Shades of Medium Orchid #B55EFF

Tints of Medium Orchid #B55EFF

Color information

#B55EFF (or 0xB55EFF) is unknown color: approx Medium Orchid. HEX triplet: B5, 5E and FF. RGB value is (181,94,255). Sum of RGB (Red+Green+Blue) = 181+94+255=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 94 (37.11% from 255 or 17.74% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #B55EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55EFF is #4AA100. Grayscale: #898989. Windows color (decimal): -4890881 or 16735925. OLE color: 16735925.

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

Color convert

RGB18194255-
CMYK0.290.6300
HSL272.42º100%68.43%-
HSV(B)272.42º63.14%100%-
XYZ41.1125.0597.28-
YUV138.37193.82158.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.15%
GREEN value IS 94 (37.11% from 255) = 17.74%
BLUE value IS 255 (100% from 255) = 48.11%
R=34.15%
G=17.74%
B=48.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal181942550.290.6300272.4210068.43
HexB55EFF1D3F001106444
Octal265136377357700420144104
Binary10110101101111011111111111011111110010001000011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b55eff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b55eff; }

 p { color: rgb(181,94,255); }

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

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

 a { background-color: rgb(181,94,255); }

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

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

 span { border-color: rgb(181,94,255); }

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