#B545CD

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

Shades of Medium Orchid #B545CD

Tints of Medium Orchid #B545CD

Color information

#B545CD (or 0xB545CD) is unknown color: approx Medium Orchid. HEX triplet: B5, 45 and CD. RGB value is (181,69,205). Sum of RGB (Red+Green+Blue) = 181+69+205=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #B545CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B545CD is #4ABA32. Grayscale: #757575. Windows color (decimal): -4897331 or 13452725. OLE color: 13452725.

HSL color Cylindrical-coordinate representation of color #B545CD: hue angle of 289.41º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B545CD is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18169205-
CMYK0.120.6600.20
HSL289.41º57.63%53.73%-
HSV(B)289.41º66.34%80.39%-
XYZ32.218.4959.63-
YUV117.99177.11172.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.78%
GREEN value IS 69 (27.34% from 255) = 15.16%
BLUE value IS 205 (80.47% from 255) = 45.05%
R=39.78%
G=15.16%
B=45.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal181692050.120.6600.20289.4157.6353.73
HexB545CDC420141213a36
Octal265105315141020244417266
Binary1011010110001011100110111001000010010100100100001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B545CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B545CD; }

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

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

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

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

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

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

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

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