#BF6ECA

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

Shades of Medium Orchid #BF6ECA

Tints of Medium Orchid #BF6ECA

Color information

#BF6ECA (or 0xBF6ECA) is unknown color: approx Medium Orchid. HEX triplet: BF, 6E and CA. RGB value is (191,110,202). Sum of RGB (Red+Green+Blue) = 191+110+202=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 110 (43.36% from 255 or 21.87% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF6ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6ECA is #409135. Grayscale: #909090. Windows color (decimal): -4231478 or 13266623. OLE color: 13266623.

HSL color Cylindrical-coordinate representation of color #BF6ECA: hue angle of 292.83º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF6ECA is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB191110202-
CMYK0.050.4600.21
HSL292.83º46.46%61.18%-
HSV(B)292.83º45.54%79.22%-
XYZ37.7226.4959-
YUV144.71160.34161.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.97%
GREEN value IS 110 (43.36% from 255) = 21.87%
BLUE value IS 202 (79.30% from 255) = 40.16%
R=37.97%
G=21.87%
B=40.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911102020.050.4600.21292.8346.4661.18
HexBF6ECA52E0151252e3d
Octal2771563125560254455675
Binary10111111110111011001010101101110010101100100101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6ECA; }

 p { color: rgb(191,110,202); }

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

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

 a { background-color: rgb(191,110,202); }

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

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

 span { border-color: rgb(191,110,202); }

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