#B553EB

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

Shades of Medium Orchid #B553EB

Tints of Medium Orchid #B553EB

Color information

#B553EB (or 0xB553EB) is unknown color: approx Medium Orchid. HEX triplet: B5, 53 and EB. RGB value is (181,83,235). Sum of RGB (Red+Green+Blue) = 181+83+235=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 83 (32.81% from 255 or 16.63% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #B553EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B553EB is #4AAC14. Grayscale: #818181. Windows color (decimal): -4893717 or 15422389. OLE color: 15422389.

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

Color convert

RGB18183235-
CMYK0.230.6500.08
HSL278.68º79.17%62.35%-
HSV(B)278.68º64.68%92.16%-
XYZ37.1422.0180.89-
YUV129.63187.47164.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.27%
GREEN value IS 83 (32.81% from 255) = 16.63%
BLUE value IS 235 (92.19% from 255) = 47.09%
R=36.27%
G=16.63%
B=47.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal181832350.230.6500.08278.6879.1762.35
HexB553EB1741081174f3e
Octal2651233532710101042711776
Binary10110101101001111101011101111000001010001000101111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B553EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B553EB; }

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

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

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

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

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

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

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

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