#B555EB

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

Shades of Medium Orchid #B555EB

Tints of Medium Orchid #B555EB

Color information

#B555EB (or 0xB555EB) is unknown color: approx Medium Orchid. HEX triplet: B5, 55 and EB. RGB value is (181,85,235). Sum of RGB (Red+Green+Blue) = 181+85+235=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #B555EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B555EB is #4AAA14. Grayscale: #828282. Windows color (decimal): -4893205 or 15422901. OLE color: 15422901.

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

Color convert

RGB18185235-
CMYK0.230.6400.08
HSL278.4º78.95%62.75%-
HSV(B)278.4º63.83%92.16%-
XYZ37.322.3280.94-
YUV130.8186.8163.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.13%
GREEN value IS 85 (33.59% from 255) = 16.97%
BLUE value IS 235 (92.19% from 255) = 46.91%
R=36.13%
G=16.97%
B=46.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal181852350.230.6400.08278.478.9562.75
HexB555EB1740081164f3f
Octal2651253532710001042611777
Binary10110101101010111101011101111000000010001000101101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B555EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B555EB; }

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

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

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

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

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

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

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

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