#B545DE

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

Shades of Medium Orchid #B545DE

Tints of Medium Orchid #B545DE

Color information

#B545DE (or 0xB545DE) is unknown color: approx Medium Orchid. HEX triplet: B5, 45 and DE. RGB value is (181,69,222). Sum of RGB (Red+Green+Blue) = 181+69+222=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 69 (27.34% from 255 or 14.62% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #B545DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B545DE is #4ABA21. Grayscale: #777777. Windows color (decimal): -4897314 or 14566837. OLE color: 14566837.

HSL color Cylindrical-coordinate representation of color #B545DE: hue angle of 283.92º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B545DE is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18169222-
CMYK0.180.6900.13
HSL283.92º69.86%57.06%-
HSV(B)283.92º68.92%87.06%-
XYZ34.3719.3571.03-
YUV119.93185.61171.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.35%
GREEN value IS 69 (27.34% from 255) = 14.62%
BLUE value IS 222 (87.11% from 255) = 47.03%
R=38.35%
G=14.62%
B=47.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal181692220.180.6900.13283.9269.8657.06
HexB545DE12450D11c4639
Octal2651053362210501543410671
Binary10110101100010111011110100101000101011011000111001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B545DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B545DE; }

 p { color: rgb(181,69,222); }

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

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

 a { background-color: rgb(181,69,222); }

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

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

 span { border-color: rgb(181,69,222); }

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