#B366DA

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

Shades of Medium Orchid #B366DA

Tints of Medium Orchid #B366DA

Color information

#B366DA (or 0xB366DA) is unknown color: approx Medium Orchid. HEX triplet: B3, 66 and DA. RGB value is (179,102,218). Sum of RGB (Red+Green+Blue) = 179+102+218=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #B366DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B366DA is #4C9925. Grayscale: #898989. Windows color (decimal): -5019942 or 14313139. OLE color: 14313139.

HSL color Cylindrical-coordinate representation of color #B366DA: hue angle of 279.83º 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 #B366DA is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB179102218-
CMYK0.180.5300.15
HSL279.83º61.05%62.75%-
HSV(B)279.83º53.21%85.49%-
XYZ3624.1569.09-
YUV138.25173.01157.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.87%
GREEN value IS 102 (40.23% from 255) = 20.44%
BLUE value IS 218 (85.55% from 255) = 43.69%
R=35.87%
G=20.44%
B=43.69%

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
Decimal1791022180.180.5300.15279.8361.0562.75
HexB366DA12350F1183d3f
Octal26314633222650174307577
Binary101100111100110110110101001011010101111100011000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B366DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B366DA; }

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

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

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

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

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

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

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

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