#bf66eb

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

Shades of Medium Orchid #BF66EB

Tints of Medium Orchid #BF66EB

Color information

#BF66EB (or 0xBF66EB) is unknown color: approx Medium Orchid. HEX triplet: BF, 66 and EB. RGB value is (191,102,235). Sum of RGB (Red+Green+Blue) = 191+102+235=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 102 (40.23% from 255 or 19.32% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF66EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF66EB is #409914. Grayscale: #8F8F8F. Windows color (decimal): -4233493 or 15427263. OLE color: 15427263.

HSL color Cylindrical-coordinate representation of color #BF66EB: hue angle of 280.15º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF66EB is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191102235-
CMYK0.190.5700.08
HSL280.15º76.88%66.08%-
HSV(B)280.15º56.6%92.16%-
XYZ41.2326.5881.55-
YUV143.77179.49161.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.17%
GREEN value IS 102 (40.23% from 255) = 19.32%
BLUE value IS 235 (92.19% from 255) = 44.51%
R=36.17%
G=19.32%
B=44.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911022350.190.5700.08280.1576.8866.08
HexBF66EB1339081184d42
Octal2771463532371010430115102
Binary10111111110011011101011100111110010100010001100010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf66eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf66eb; }

 p { color: rgb(191,102,235); }

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

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

 a { background-color: rgb(191,102,235); }

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

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

 span { border-color: rgb(191,102,235); }

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