#b574ce

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

Shades of Medium Orchid #B574CE

Tints of Medium Orchid #B574CE

Color information

#B574CE (or 0xB574CE) is unknown color: approx Medium Orchid. HEX triplet: B5, 74 and CE. RGB value is (181,116,206). Sum of RGB (Red+Green+Blue) = 181+116+206=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 116 (45.70% from 255 or 23.06% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #B574CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B574CE is #4A8B31. Grayscale: #919191. Windows color (decimal): -4885298 or 13530293. OLE color: 13530293.

HSL color Cylindrical-coordinate representation of color #B574CE: hue angle of 283.33º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B574CE is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB181116206-
CMYK0.120.4400.19
HSL283.33º47.87%63.14%-
HSV(B)283.33º43.69%80.78%-
XYZ36.4426.7761.64-
YUV145.7162.03153.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.98%
GREEN value IS 116 (45.70% from 255) = 23.06%
BLUE value IS 206 (80.86% from 255) = 40.95%
R=35.98%
G=23.06%
B=40.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1811162060.120.4400.19283.3347.8763.14
HexB574CEC2C01311b303f
Octal26516431614540234336077
Binary101101011110100110011101100101100010011100011011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b574ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b574ce; }

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

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

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

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

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

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

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

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