#BF4CF6

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

Shades of Medium Orchid #BF4CF6

Tints of Medium Orchid #BF4CF6

Color information

#BF4CF6 (or 0xBF4CF6) is unknown color: approx Medium Orchid. HEX triplet: BF, 4C and F6. RGB value is (191,76,246). Sum of RGB (Red+Green+Blue) = 191+76+246=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 76 (30.08% from 255 or 14.81% from 513); Blue value is 246 (96.48% from 255 or 47.95% from 513); Max value from RGB is 246 - color contains mainly: blue. Hex color #BF4CF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF4CF6 is #40B309. Grayscale: #818181. Windows color (decimal): -4240138 or 16141503. OLE color: 16141503.

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

Color convert

RGB19176246-
CMYK0.220.6900.04
HSL280.59º90.43%63.14%-
HSV(B)280.59º69.11%96.47%-
XYZ40.722.989.46-
YUV129.76193.6171.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.23%
GREEN value IS 76 (30.08% from 255) = 14.81%
BLUE value IS 246 (96.48% from 255) = 47.95%
R=37.23%
G=14.81%
B=47.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal191762460.220.6900.04280.5990.4363.14
HexBF4CF61645041195a3f
Octal277114366261050443113277
Binary1011111110011001111011010110100010101001000110011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4CF6; }

 p { color: rgb(191,76,246); }

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

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

 a { background-color: rgb(191,76,246); }

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

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

 span { border-color: rgb(191,76,246); }

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