#B568CE

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

Shades of Medium Orchid #B568CE

Tints of Medium Orchid #B568CE

Color information

#B568CE (or 0xB568CE) is unknown color: approx Medium Orchid. HEX triplet: B5, 68 and CE. RGB value is (181,104,206). Sum of RGB (Red+Green+Blue) = 181+104+206=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #B568CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B568CE is #4A9731. Grayscale: #8A8A8A. Windows color (decimal): -4888370 or 13527221. OLE color: 13527221.

HSL color Cylindrical-coordinate representation of color #B568CE: hue angle of 285.29º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B568CE is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB181104206-
CMYK0.120.5000.19
HSL285.29º51%60.78%-
HSV(B)285.29º49.51%80.78%-
XYZ35.1524.1861.21-
YUV138.65166.01158.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.86%
GREEN value IS 104 (41.02% from 255) = 21.18%
BLUE value IS 206 (80.86% from 255) = 41.96%
R=36.86%
G=21.18%
B=41.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1811042060.120.5000.19285.295160.78
HexB568CEC3201311d333d
Octal26515031614620234356375
Binary101101011101000110011101100110010010011100011101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B568CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B568CE; }

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

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

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

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

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

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

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

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