#B574CF

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

Shades of Medium Orchid #B574CF

Tints of Medium Orchid #B574CF

Color information

#B574CF (or 0xB574CF) is unknown color: approx Medium Orchid. HEX triplet: B5, 74 and CF. RGB value is (181,116,207). Sum of RGB (Red+Green+Blue) = 181+116+207=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 116 (45.70% from 255 or 23.02% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #B574CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B574CF is #4A8B30. Grayscale: #919191. Windows color (decimal): -4885297 or 13595829. OLE color: 13595829.

HSL color Cylindrical-coordinate representation of color #B574CF: hue angle of 282.86º degrees, saturation: 0.49, 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 #B574CF is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB181116207-
CMYK0.130.4400.19
HSL282.86º48.66%63.33%-
HSV(B)282.86º43.96%81.18%-
XYZ36.5626.8262.28-
YUV145.81162.53153.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.91%
GREEN value IS 116 (45.70% from 255) = 23.02%
BLUE value IS 207 (81.25% from 255) = 41.07%
R=35.91%
G=23.02%
B=41.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1811162070.130.4400.19282.8648.6663.33
HexB574CFD2C01311b313f
Octal26516431715540234336177
Binary101101011110100110011111101101100010011100011011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B574CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B574CF; }

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

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

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

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

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

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

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

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