#BF4FFF

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

Shades of Medium Orchid #BF4FFF

Tints of Medium Orchid #BF4FFF

Color information

#BF4FFF (or 0xBF4FFF) is unknown color: approx Medium Orchid. HEX triplet: BF, 4F and FF. RGB value is (191,79,255). Sum of RGB (Red+Green+Blue) = 191+79+255=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 79 (31.25% from 255 or 15.05% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF4FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF4FFF is #40B000. Grayscale: #838383. Windows color (decimal): -4239361 or 16732095. OLE color: 16732095.

HSL color Cylindrical-coordinate representation of color #BF4FFF: hue angle of 278.18º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF4FFF is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB19179255-
CMYK0.250.6900
HSL278.18º100%65.49%-
HSV(B)278.18º69.02%100%-
XYZ42.3323.8996.99-
YUV132.55197.11169.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.38%
GREEN value IS 79 (31.25% from 255) = 15.05%
BLUE value IS 255 (100% from 255) = 48.57%
R=36.38%
G=15.05%
B=48.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal191792550.250.6900278.1810065.49
HexBF4FFF1945001166441
Octal2771173773110500426144101
Binary101111111001111111111111100110001010010001011011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4FFF; }

 p { color: rgb(191,79,255); }

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

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

 a { background-color: rgb(191,79,255); }

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

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

 span { border-color: rgb(191,79,255); }

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