#B768E1

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

Shades of Medium Orchid #B768E1

Tints of Medium Orchid #B768E1

Color information

#B768E1 (or 0xB768E1) is unknown color: approx Medium Orchid. HEX triplet: B7, 68 and E1. RGB value is (183,104,225). Sum of RGB (Red+Green+Blue) = 183+104+225=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 225 (88.28% from 255 or 43.95% from 512); Max value from RGB is 225 - color contains mainly: blue. Hex color #B768E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B768E1 is #48971E. Grayscale: #8D8D8D. Windows color (decimal): -4757279 or 14772407. OLE color: 14772407.

HSL color Cylindrical-coordinate representation of color #B768E1: hue angle of 279.17º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B768E1 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB183104225-
CMYK0.190.5400.12
HSL279.17º66.85%64.51%-
HSV(B)279.17º53.78%88.24%-
XYZ38.0725.474.13-
YUV141.42175.17157.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.74%
GREEN value IS 104 (41.02% from 255) = 20.31%
BLUE value IS 225 (88.28% from 255) = 43.95%
R=35.74%
G=20.31%
B=43.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1831042250.190.5400.12279.1766.8564.51
HexB768E113360C1174341
Octal2671503412366014427103101
Binary10110111110100011100001100111101100110010001011110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B768E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B768E1; }

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

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

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

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

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

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

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

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