#B544EF

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

Shades of Medium Orchid #B544EF

Tints of Medium Orchid #B544EF

Color information

#B544EF (or 0xB544EF) is unknown color: approx Medium Orchid. HEX triplet: B5, 44 and EF. RGB value is (181,68,239). Sum of RGB (Red+Green+Blue) = 181+68+239=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 68 (26.95% from 255 or 13.93% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #B544EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B544EF is #4ABB10. Grayscale: #787878. Windows color (decimal): -4897553 or 15680693. OLE color: 15680693.

HSL color Cylindrical-coordinate representation of color #B544EF: hue angle of 279.65º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B544EF is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18168239-
CMYK0.240.7200.06
HSL279.65º84.24%60.2%-
HSV(B)279.65º71.55%93.73%-
XYZ36.720.1983.62-
YUV121.28194.44170.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.09%
GREEN value IS 68 (26.95% from 255) = 13.93%
BLUE value IS 239 (93.75% from 255) = 48.98%
R=37.09%
G=13.93%
B=48.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal181682390.240.7200.06279.6584.2460.2
HexB544EF184806118543c
Octal265104357301100643012474
Binary1011010110001001110111111000100100001101000110001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B544EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B544EF; }

 p { color: rgb(181,68,239); }

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

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

 a { background-color: rgb(181,68,239); }

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

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

 span { border-color: rgb(181,68,239); }

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