#BF34EC

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

Shades of Medium Orchid #BF34EC

Tints of Medium Orchid #BF34EC

Color information

#BF34EC (or 0xBF34EC) is unknown color: approx Medium Orchid. HEX triplet: BF, 34 and EC. RGB value is (191,52,236). Sum of RGB (Red+Green+Blue) = 191+52+236=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 52 (20.70% from 255 or 10.86% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF34EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF34EC is #40CB13. Grayscale: #717171. Windows color (decimal): -4246292 or 15479999. OLE color: 15479999.

HSL color Cylindrical-coordinate representation of color #BF34EC: hue angle of 285.33º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF34EC is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19152236-
CMYK0.190.7800.07
HSL285.33º82.88%56.47%-
HSV(B)285.33º77.97%92.55%-
XYZ37.8519.5981.14-
YUV114.54196.55182.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.87%
GREEN value IS 52 (20.70% from 255) = 10.86%
BLUE value IS 236 (92.58% from 255) = 49.27%
R=39.87%
G=10.86%
B=49.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal191522360.190.7800.07285.3382.8856.47
HexBF34EC134E0711d5338
Octal27764354231160743512370
Binary101111111101001110110010011100111001111000111011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF34EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF34EC; }

 p { color: rgb(191,52,236); }

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

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

 a { background-color: rgb(191,52,236); }

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

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

 span { border-color: rgb(191,52,236); }

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