#B266CD

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

Shades of Medium Orchid #B266CD

Tints of Medium Orchid #B266CD

Color information

#B266CD (or 0xB266CD) is unknown color: approx Medium Orchid. HEX triplet: B2, 66 and CD. RGB value is (178,102,205). Sum of RGB (Red+Green+Blue) = 178+102+205=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #B266CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B266CD is #4D9932. Grayscale: #888888. Windows color (decimal): -5085491 or 13461170. OLE color: 13461170.

HSL color Cylindrical-coordinate representation of color #B266CD: hue angle of 284.27º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B266CD is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB178102205-
CMYK0.130.5000.20
HSL284.27º50.74%60.2%-
HSV(B)284.27º50.24%80.39%-
XYZ34.1323.3860.47-
YUV136.47166.68157.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.70%
GREEN value IS 102 (40.23% from 255) = 21.03%
BLUE value IS 205 (80.47% from 255) = 42.27%
R=36.70%
G=21.03%
B=42.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1781022050.130.5000.20284.2750.7460.2
HexB266CDD3201411c333c
Octal26214631515620244346374
Binary101100101100110110011011101110010010100100011100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B266CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B266CD; }

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

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

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

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

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

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

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

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