#B574DE

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

Shades of Medium Orchid #B574DE

Tints of Medium Orchid #B574DE

Color information

#B574DE (or 0xB574DE) is unknown color: approx Medium Orchid. HEX triplet: B5, 74 and DE. RGB value is (181,116,222). Sum of RGB (Red+Green+Blue) = 181+116+222=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #B574DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B574DE is #4A8B21. Grayscale: #939393. Windows color (decimal): -4885282 or 14578869. OLE color: 14578869.

HSL color Cylindrical-coordinate representation of color #B574DE: hue angle of 276.79º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B574DE is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB181116222-
CMYK0.180.4800.13
HSL276.79º61.63%66.27%-
HSV(B)276.79º47.75%87.06%-
XYZ38.4927.5972.4-
YUV147.52170.03151.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.87%
GREEN value IS 116 (45.70% from 255) = 22.35%
BLUE value IS 222 (87.11% from 255) = 42.77%
R=34.87%
G=22.35%
B=42.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811162220.180.4800.13276.7961.6366.27
HexB574DE12300D1153e42
Octal265164336226001542576102
Binary1011010111101001101111010010110000011011000101011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B574DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B574DE; }

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

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

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

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

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

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

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

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