#B266DA

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

Shades of Medium Orchid #B266DA

Tints of Medium Orchid #B266DA

Color information

#B266DA (or 0xB266DA) is unknown color: approx Medium Orchid. HEX triplet: B2, 66 and DA. RGB value is (178,102,218). Sum of RGB (Red+Green+Blue) = 178+102+218=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #B266DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B266DA is #4D9925. Grayscale: #898989. Windows color (decimal): -5085478 or 14313138. OLE color: 14313138.

HSL color Cylindrical-coordinate representation of color #B266DA: hue angle of 279.31º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B266DA is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB178102218-
CMYK0.180.5300.15
HSL279.31º61.05%62.75%-
HSV(B)279.31º53.21%85.49%-
XYZ35.7724.0369.08-
YUV137.95173.18156.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.74%
GREEN value IS 102 (40.23% from 255) = 20.48%
BLUE value IS 218 (85.55% from 255) = 43.78%
R=35.74%
G=20.48%
B=43.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1781022180.180.5300.15279.3161.0562.75
HexB266DA12350F1173d3f
Octal26214633222650174277577
Binary101100101100110110110101001011010101111100010111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B266DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B266DA; }

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

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

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

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

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

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

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

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