#B574DD

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

Shades of Medium Orchid #B574DD

Tints of Medium Orchid #B574DD

Color information

#B574DD (or 0xB574DD) is unknown color: approx Medium Orchid. HEX triplet: B5, 74 and DD. RGB value is (181,116,221). Sum of RGB (Red+Green+Blue) = 181+116+221=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #B574DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B574DD is #4A8B22. Grayscale: #939393. Windows color (decimal): -4885283 or 14513333. OLE color: 14513333.

HSL color Cylindrical-coordinate representation of color #B574DD: hue angle of 277.14º degrees, saturation: 0.61, 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 #B574DD is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB181116221-
CMYK0.180.4800.13
HSL277.14º60.69%66.08%-
HSV(B)277.14º47.51%86.67%-
XYZ38.3527.5371.7-
YUV147.4169.53151.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.94%
GREEN value IS 116 (45.70% from 255) = 22.39%
BLUE value IS 221 (86.72% from 255) = 42.66%
R=34.94%
G=22.39%
B=42.66%

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
Decimal1811162210.180.4800.13277.1460.6966.08
HexB574DD12300D1153d42
Octal265164335226001542575102
Binary1011010111101001101110110010110000011011000101011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B574DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B574DD; }

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

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

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

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

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

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

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

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