#bf3ff4

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

Shades of Medium Orchid #BF3FF4

Tints of Medium Orchid #BF3FF4

Color information

#BF3FF4 (or 0xBF3FF4) is unknown color: approx Medium Orchid. HEX triplet: BF, 3F and F4. RGB value is (191,63,244). Sum of RGB (Red+Green+Blue) = 191+63+244=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 63 (25% from 255 or 12.65% from 498); Blue value is 244 (95.70% from 255 or 49.00% from 498); Max value from RGB is 244 - color contains mainly: blue. Hex color #BF3FF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3FF4 is #40C00B. Grayscale: #797979. Windows color (decimal): -4243468 or 16007103. OLE color: 16007103.

HSL color Cylindrical-coordinate representation of color #BF3FF4: hue angle of 282.43º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF3FF4 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19163244-
CMYK0.220.7400.04
HSL282.43º89.16%60.2%-
HSV(B)282.43º74.18%95.69%-
XYZ39.5921.1687.59-
YUV121.91196.91177.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.35%
GREEN value IS 63 (25% from 255) = 12.65%
BLUE value IS 244 (95.70% from 255) = 49.00%
R=38.35%
G=12.65%
B=49.00%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal191632440.220.7400.04282.4389.1660.2
HexBF3FF4164A0411a593c
Octal27777364261120443213174
Binary101111111111111111010010110100101001001000110101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf3ff4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf3ff4; }

 p { color: rgb(191,63,244); }

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

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

 a { background-color: rgb(191,63,244); }

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

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

 span { border-color: rgb(191,63,244); }

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