#B574D0

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

Shades of Medium Orchid #B574D0

Tints of Medium Orchid #B574D0

Color information

#B574D0 (or 0xB574D0) is unknown color: approx Medium Orchid. HEX triplet: B5, 74 and D0. RGB value is (181,116,208). Sum of RGB (Red+Green+Blue) = 181+116+208=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 208 - color contains mainly: blue. Hex color #B574D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B574D0 is #4A8B2F. Grayscale: #919191. Windows color (decimal): -4885296 or 13661365. OLE color: 13661365.

HSL color Cylindrical-coordinate representation of color #B574D0: hue angle of 282.39º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B574D0 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB181116208-
CMYK0.130.4400.18
HSL282.39º49.46%63.53%-
HSV(B)282.39º44.23%81.57%-
XYZ36.6926.8762.93-
YUV145.92163.03153.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.84%
GREEN value IS 116 (45.70% from 255) = 22.97%
BLUE value IS 208 (81.64% from 255) = 41.19%
R=35.84%
G=22.97%
B=41.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1811162080.130.4400.18282.3949.4663.53
HexB574D0D2C01211a3140
Octal265164320155402243261100
Binary1011010111101001101000011011011000100101000110101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B574D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B574D0; }

 p { color: rgb(181,116,208); }

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

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

 a { background-color: rgb(181,116,208); }

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

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

 span { border-color: rgb(181,116,208); }

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