#B547CD

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

Shades of Medium Orchid #B547CD

Tints of Medium Orchid #B547CD

Color information

#B547CD (or 0xB547CD) is unknown color: approx Medium Orchid. HEX triplet: B5, 47 and CD. RGB value is (181,71,205). Sum of RGB (Red+Green+Blue) = 181+71+205=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 71 (28.12% from 255 or 15.54% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #B547CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B547CD is #4AB832. Grayscale: #767676. Windows color (decimal): -4896819 or 13453237. OLE color: 13453237.

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

Color convert

RGB18171205-
CMYK0.120.6500.20
HSL289.25º57.26%54.12%-
HSV(B)289.25º65.37%80.39%-
XYZ32.3318.7459.67-
YUV119.17176.44172.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.61%
GREEN value IS 71 (28.12% from 255) = 15.54%
BLUE value IS 205 (80.47% from 255) = 44.86%
R=39.61%
G=15.54%
B=44.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal181712050.120.6500.20289.2557.2654.12
HexB547CDC410141213936
Octal265107315141010244417166
Binary1011010110001111100110111001000001010100100100001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B547CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B547CD; }

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

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

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

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

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

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

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

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