#b266d7

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

Shades of Medium Orchid #B266D7

Tints of Medium Orchid #B266D7

Color information

#B266D7 (or 0xB266D7) is unknown color: approx Medium Orchid. HEX triplet: B2, 66 and D7. RGB value is (178,102,215). Sum of RGB (Red+Green+Blue) = 178+102+215=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 215 (84.38% from 255 or 43.43% from 495); Max value from RGB is 215 - color contains mainly: blue. Hex color #B266D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B266D7 is #4D9928. Grayscale: #898989. Windows color (decimal): -5085481 or 14116530. OLE color: 14116530.

HSL color Cylindrical-coordinate representation of color #B266D7: hue angle of 280.35º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B266D7 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB178102215-
CMYK0.170.5300.16
HSL280.35º58.55%62.16%-
HSV(B)280.35º52.56%84.31%-
XYZ35.3823.8767.03-
YUV137.61171.68156.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.96%
GREEN value IS 102 (40.23% from 255) = 20.61%
BLUE value IS 215 (84.38% from 255) = 43.43%
R=35.96%
G=20.61%
B=43.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1781022150.170.5300.16280.3558.5562.16
HexB266D711350101183b3e
Octal26214632721650204307376
Binary1011001011001101101011110001110101010000100011000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b266d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b266d7; }

 p { color: rgb(178,102,215); }

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

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

 a { background-color: rgb(178,102,215); }

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

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

 span { border-color: rgb(178,102,215); }

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