#BF30EF

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

Shades of Medium Orchid #BF30EF

Tints of Medium Orchid #BF30EF

Color information

#BF30EF (or 0xBF30EF) is unknown color: approx Medium Orchid. HEX triplet: BF, 30 and EF. RGB value is (191,48,239). Sum of RGB (Red+Green+Blue) = 191+48+239=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 48 (19.14% from 255 or 10.04% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF30EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF30EF is #40CF10. Grayscale: #6F6F6F. Windows color (decimal): -4247313 or 15675583. OLE color: 15675583.

HSL color Cylindrical-coordinate representation of color #BF30EF: hue angle of 284.92º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF30EF is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB19148239-
CMYK0.200.8000.06
HSL284.92º85.65%56.27%-
HSV(B)284.92º79.92%93.73%-
XYZ38.1219.4283.4-
YUV112.53199.38183.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.96%
GREEN value IS 48 (19.14% from 255) = 10.04%
BLUE value IS 239 (93.75% from 255) = 50%
R=39.96%
G=10.04%
B=50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal191482390.200.8000.06284.9285.6556.27
HexBF30EF14500611d5638
Octal27760357241200643512670
Binary101111111100001110111110100101000001101000111011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF30EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF30EF; }

 p { color: rgb(191,48,239); }

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

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

 a { background-color: rgb(191,48,239); }

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

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

 span { border-color: rgb(191,48,239); }

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