#B768F6

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

Shades of Medium Orchid #B768F6

Tints of Medium Orchid #B768F6

Color information

#B768F6 (or 0xB768F6) is unknown color: approx Medium Orchid. HEX triplet: B7, 68 and F6. RGB value is (183,104,246). Sum of RGB (Red+Green+Blue) = 183+104+246=533 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.33% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 246 (96.48% from 255 or 46.15% from 533); Max value from RGB is 246 - color contains mainly: blue. Hex color #B768F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B768F6 is #489709. Grayscale: #8F8F8F. Windows color (decimal): -4757258 or 16148663. OLE color: 16148663.

HSL color Cylindrical-coordinate representation of color #B768F6: hue angle of 273.38º 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 #B768F6 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB183104246-
CMYK0.260.5800.04
HSL273.38º88.75%68.63%-
HSV(B)273.38º57.72%96.47%-
XYZ41.1126.6290.16-
YUV143.81185.67155.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.33%
GREEN value IS 104 (41.02% from 255) = 19.51%
BLUE value IS 246 (96.48% from 255) = 46.15%
R=34.33%
G=19.51%
B=46.15%

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
Decimal1831042460.260.5800.04273.3888.7568.63
HexB768F61A3A041115945
Octal267150366327204421131105
Binary1011011111010001111011011010111010010010001000110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B768F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B768F6; }

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

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

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

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

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

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

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

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