#BF4BDF

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

Shades of Medium Orchid #BF4BDF

Tints of Medium Orchid #BF4BDF

Color information

#BF4BDF (or 0xBF4BDF) is unknown color: approx Medium Orchid. HEX triplet: BF, 4B and DF. RGB value is (191,75,223). Sum of RGB (Red+Green+Blue) = 191+75+223=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 75 (29.69% from 255 or 15.34% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF4BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4BDF is #40B420. Grayscale: #7E7E7E. Windows color (decimal): -4240417 or 14633919. OLE color: 14633919.

HSL color Cylindrical-coordinate representation of color #BF4BDF: hue angle of 287.03º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4BDF is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19175223-
CMYK0.140.6600.13
HSL287.03º69.81%58.43%-
HSV(B)287.03º66.37%87.45%-
XYZ37.3221.4471.98-
YUV126.56182.43173.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.06%
GREEN value IS 75 (29.69% from 255) = 15.34%
BLUE value IS 223 (87.5% from 255) = 45.60%
R=39.06%
G=15.34%
B=45.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal191752230.140.6600.13287.0369.8158.43
HexBF4BDFE420D11f463a
Octal2771133371610201543710672
Binary1011111110010111101111111101000010011011000111111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4BDF; }

 p { color: rgb(191,75,223); }

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

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

 a { background-color: rgb(191,75,223); }

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

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

 span { border-color: rgb(191,75,223); }

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