#B574D7

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

Shades of Medium Orchid #B574D7

Tints of Medium Orchid #B574D7

Color information

#B574D7 (or 0xB574D7) is unknown color: approx Medium Orchid. HEX triplet: B5, 74 and D7. RGB value is (181,116,215). Sum of RGB (Red+Green+Blue) = 181+116+215=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 116 (45.70% from 255 or 22.66% from 512); Blue value is 215 (84.38% from 255 or 41.99% from 512); Max value from RGB is 215 - color contains mainly: blue. Hex color #B574D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B574D7 is #4A8B28. Grayscale: #929292. Windows color (decimal): -4885289 or 14120117. OLE color: 14120117.

HSL color Cylindrical-coordinate representation of color #B574D7: hue angle of 279.39º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B574D7 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB181116215-
CMYK0.160.4600.16
HSL279.39º55.31%64.9%-
HSV(B)279.39º46.05%84.31%-
XYZ37.5727.2267.56-
YUV146.72166.53152.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.35%
GREEN value IS 116 (45.70% from 255) = 22.66%
BLUE value IS 215 (84.38% from 255) = 41.99%
R=35.35%
G=22.66%
B=41.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1811162150.160.4600.16279.3955.3164.9
HexB574D7102E0101173741
Octal265164327205602042767101
Binary10110101111010011010111100001011100100001000101111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B574D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B574D7; }

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

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

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

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

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

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

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

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