#b66fd5

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

Shades of Medium Orchid #B66FD5

Tints of Medium Orchid #B66FD5

Color information

#B66FD5 (or 0xB66FD5) is unknown color: approx Medium Orchid. HEX triplet: B6, 6F and D5. RGB value is (182,111,213). Sum of RGB (Red+Green+Blue) = 182+111+213=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 213 - color contains mainly: blue. Hex color #B66FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66FD5 is #49902A. Grayscale: #8F8F8F. Windows color (decimal): -4821035 or 13987766. OLE color: 13987766.

HSL color Cylindrical-coordinate representation of color #B66FD5: hue angle of 281.76º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B66FD5 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB182111213-
CMYK0.150.4800.16
HSL281.76º54.84%63.53%-
HSV(B)281.76º47.89%83.53%-
XYZ36.9926.1266.04-
YUV143.86167.02155.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.97%
GREEN value IS 111 (43.75% from 255) = 21.94%
BLUE value IS 213 (83.59% from 255) = 42.09%
R=35.97%
G=21.94%
B=42.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1821112130.150.4800.16281.7654.8463.53
HexB66FD5F3001011a3740
Octal266157325176002043267100
Binary1011011011011111101010111111100000100001000110101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b66fd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b66fd5; }

 p { color: rgb(182,111,213); }

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

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

 a { background-color: rgb(182,111,213); }

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

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

 span { border-color: rgb(182,111,213); }

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