#B549ED

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

Shades of Medium Orchid #B549ED

Tints of Medium Orchid #B549ED

Color information

#B549ED (or 0xB549ED) is unknown color: approx Medium Orchid. HEX triplet: B5, 49 and ED. RGB value is (181,73,237). Sum of RGB (Red+Green+Blue) = 181+73+237=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 73 (28.91% from 255 or 14.87% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #B549ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B549ED is #4AB612. Grayscale: #7B7B7B. Windows color (decimal): -4896275 or 15550901. OLE color: 15550901.

HSL color Cylindrical-coordinate representation of color #B549ED: hue angle of 279.51º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B549ED is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18173237-
CMYK0.240.6900.07
HSL279.51º82%60.78%-
HSV(B)279.51º69.2%92.94%-
XYZ36.7220.782.18-
YUV123.99191.78168.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.86%
GREEN value IS 73 (28.91% from 255) = 14.87%
BLUE value IS 237 (92.97% from 255) = 48.27%
R=36.86%
G=14.87%
B=48.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal181732370.240.6900.07279.518260.78
HexB549ED184507118523d
Octal265111355301050743012275
Binary1011010110010011110110111000100010101111000110001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B549ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B549ED; }

 p { color: rgb(181,73,237); }

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

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

 a { background-color: rgb(181,73,237); }

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

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

 span { border-color: rgb(181,73,237); }

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