#B568DD

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

Shades of Medium Orchid #B568DD

Tints of Medium Orchid #B568DD

Color information

#B568DD (or 0xB568DD) is unknown color: approx Medium Orchid. HEX triplet: B5, 68 and DD. RGB value is (181,104,221). Sum of RGB (Red+Green+Blue) = 181+104+221=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #B568DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B568DD is #4A9722. Grayscale: #8B8B8B. Windows color (decimal): -4888355 or 14510261. OLE color: 14510261.

HSL color Cylindrical-coordinate representation of color #B568DD: hue angle of 279.49º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B568DD is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB181104221-
CMYK0.180.5300.13
HSL279.49º63.24%63.73%-
HSV(B)279.49º52.94%86.67%-
XYZ37.0624.9471.27-
YUV140.36173.51156.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.77%
GREEN value IS 104 (41.02% from 255) = 20.55%
BLUE value IS 221 (86.72% from 255) = 43.68%
R=35.77%
G=20.55%
B=43.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811042210.180.5300.13279.4963.2463.73
HexB568DD12350D1173f40
Octal265150335226501542777100
Binary1011010111010001101110110010110101011011000101111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B568DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B568DD; }

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

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

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

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

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

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

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

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