#B568EB

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

Shades of Medium Orchid #B568EB

Tints of Medium Orchid #B568EB

Color information

#B568EB (or 0xB568EB) is unknown color: approx Medium Orchid. HEX triplet: B5, 68 and EB. RGB value is (181,104,235). Sum of RGB (Red+Green+Blue) = 181+104+235=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 104 (41.02% from 255 or 20% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #B568EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B568EB is #4A9714. Grayscale: #8D8D8D. Windows color (decimal): -4888341 or 15427765. OLE color: 15427765.

HSL color Cylindrical-coordinate representation of color #B568EB: hue angle of 275.27º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B568EB is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB181104235-
CMYK0.230.5600.08
HSL275.27º76.61%66.47%-
HSV(B)275.27º55.74%92.16%-
XYZ3925.7281.51-
YUV141.96180.51155.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.81%
GREEN value IS 104 (41.02% from 255) = 20%
BLUE value IS 235 (92.19% from 255) = 45.19%
R=34.81%
G=20%
B=45.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1811042350.230.5600.08275.2776.6166.47
HexB568EB1738081134d42
Octal2651503532770010423115102
Binary10110101110100011101011101111110000100010001001110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B568EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B568EB; }

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

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

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

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

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

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

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

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