#BF64E0

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

Shades of Medium Orchid #BF64E0

Tints of Medium Orchid #BF64E0

Color information

#BF64E0 (or 0xBF64E0) is unknown color: approx Medium Orchid. HEX triplet: BF, 64 and E0. RGB value is (191,100,224). Sum of RGB (Red+Green+Blue) = 191+100+224=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 100 (39.45% from 255 or 19.42% from 515); Blue value is 224 (87.89% from 255 or 43.50% from 515); Max value from RGB is 224 - color contains mainly: blue. Hex color #BF64E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF64E0 is #409B1F. Grayscale: #8C8C8C. Windows color (decimal): -4234016 or 14705855. OLE color: 14705855.

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

Color convert

RGB191100224-
CMYK0.150.5500.12
HSL284.03º66.67%63.53%-
HSV(B)284.03º55.36%87.84%-
XYZ39.525.5773.38-
YUV141.34174.65163.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.09%
GREEN value IS 100 (39.45% from 255) = 19.42%
BLUE value IS 224 (87.89% from 255) = 43.50%
R=37.09%
G=19.42%
B=43.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1911002240.150.5500.12284.0366.6763.53
HexBF64E0F370C11c4340
Octal2771443401767014434103100
Binary1011111111001001110000011111101110110010001110010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF64E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF64E0; }

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

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

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

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

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

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

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

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