#BF64EE

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

Shades of Medium Orchid #BF64EE

Tints of Medium Orchid #BF64EE

Color information

#BF64EE (or 0xBF64EE) is unknown color: approx Medium Orchid. HEX triplet: BF, 64 and EE. RGB value is (191,100,238). Sum of RGB (Red+Green+Blue) = 191+100+238=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 100 (39.45% from 255 or 18.90% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF64EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF64EE is #409B11. Grayscale: #8E8E8E. Windows color (decimal): -4234002 or 15623359. OLE color: 15623359.

HSL color Cylindrical-coordinate representation of color #BF64EE: hue angle of 279.57º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF64EE is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191100238-
CMYK0.200.5800.07
HSL279.57º80.23%66.27%-
HSV(B)279.57º57.98%93.33%-
XYZ41.4826.3683.79-
YUV142.94181.65162.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.11%
GREEN value IS 100 (39.45% from 255) = 18.90%
BLUE value IS 238 (93.36% from 255) = 44.99%
R=36.11%
G=18.90%
B=44.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911002380.200.5800.07279.5780.2366.27
HexBF64EE143A071185042
Octal277144356247207430120102
Binary1011111111001001110111010100111010011110001100010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF64EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF64EE; }

 p { color: rgb(191,100,238); }

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

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

 a { background-color: rgb(191,100,238); }

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

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

 span { border-color: rgb(191,100,238); }

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