#B546CF

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

Shades of Medium Orchid #B546CF

Tints of Medium Orchid #B546CF

Color information

#B546CF (or 0xB546CF) is unknown color: approx Medium Orchid. HEX triplet: B5, 46 and CF. RGB value is (181,70,207). Sum of RGB (Red+Green+Blue) = 181+70+207=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 70 (27.73% from 255 or 15.28% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #B546CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B546CF is #4AB930. Grayscale: #767676. Windows color (decimal): -4897073 or 13584053. OLE color: 13584053.

HSL color Cylindrical-coordinate representation of color #B546CF: hue angle of 288.61º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B546CF is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18170207-
CMYK0.130.6600.19
HSL288.61º58.8%54.31%-
HSV(B)288.61º66.18%81.18%-
XYZ32.5118.7160.93-
YUV118.81177.77172.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.52%
GREEN value IS 70 (27.73% from 255) = 15.28%
BLUE value IS 207 (81.25% from 255) = 45.20%
R=39.52%
G=15.28%
B=45.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal181702070.130.6600.19288.6158.854.31
HexB546CFD420131213b36
Octal265106317151020234417366
Binary1011010110001101100111111011000010010011100100001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B546CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B546CF; }

 p { color: rgb(181,70,207); }

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

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

 a { background-color: rgb(181,70,207); }

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

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

 span { border-color: rgb(181,70,207); }

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