#B766E1

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

Shades of Medium Orchid #B766E1

Tints of Medium Orchid #B766E1

Color information

#B766E1 (or 0xB766E1) is unknown color: approx Medium Orchid. HEX triplet: B7, 66 and E1. RGB value is (183,102,225). Sum of RGB (Red+Green+Blue) = 183+102+225=510 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.88% from 510); Green value is 102 (40.23% from 255 or 20% from 510); Blue value is 225 (88.28% from 255 or 44.12% from 510); Max value from RGB is 225 - color contains mainly: blue. Hex color #B766E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B766E1 is #48991E. Grayscale: #8B8B8B. Windows color (decimal): -4757791 or 14771895. OLE color: 14771895.

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

Color convert

RGB183102225-
CMYK0.190.5500.12
HSL279.51º67.21%64.12%-
HSV(B)279.51º54.67%88.24%-
XYZ37.8725.0174.06-
YUV140.24175.84158.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.88%
GREEN value IS 102 (40.23% from 255) = 20%
BLUE value IS 225 (88.28% from 255) = 44.12%
R=35.88%
G=20%
B=44.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1831022250.190.5500.12279.5167.2164.12
HexB766E113370C1184340
Octal2671463412367014430103100
Binary10110111110011011100001100111101110110010001100010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B766E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B766E1; }

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

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

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

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

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

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

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

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