#B568F6

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

Shades of Medium Orchid #B568F6

Tints of Medium Orchid #B568F6

Color information

#B568F6 (or 0xB568F6) is unknown color: approx Medium Orchid. HEX triplet: B5, 68 and F6. RGB value is (181,104,246). Sum of RGB (Red+Green+Blue) = 181+104+246=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 104 (41.02% from 255 or 19.59% from 531); Blue value is 246 (96.48% from 255 or 46.33% from 531); Max value from RGB is 246 - color contains mainly: blue. Hex color #B568F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B568F6 is #4A9709. Grayscale: #8E8E8E. Windows color (decimal): -4888330 or 16148661. OLE color: 16148661.

HSL color Cylindrical-coordinate representation of color #B568F6: hue angle of 272.54º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B568F6 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB181104246-
CMYK0.260.5800.04
HSL272.54º88.75%68.63%-
HSV(B)272.54º57.72%96.47%-
XYZ40.6426.3890.14-
YUV143.21186.01154.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.09%
GREEN value IS 104 (41.02% from 255) = 19.59%
BLUE value IS 246 (96.48% from 255) = 46.33%
R=34.09%
G=19.59%
B=46.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1811042460.260.5800.04272.5488.7568.63
HexB568F61A3A041115945
Octal265150366327204421131105
Binary1011010111010001111011011010111010010010001000110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B568F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B568F6; }

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

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

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

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

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

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

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

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