#BF3BD4

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

Shades of Medium Orchid #BF3BD4

Tints of Medium Orchid #BF3BD4

Color information

#BF3BD4 (or 0xBF3BD4) is unknown color: approx Medium Orchid. HEX triplet: BF, 3B and D4. RGB value is (191,59,212). Sum of RGB (Red+Green+Blue) = 191+59+212=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 59 (23.44% from 255 or 12.77% from 462); Blue value is 212 (83.20% from 255 or 45.89% from 462); Max value from RGB is 212 - color contains mainly: blue. Hex color #BF3BD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3BD4 is #40C42B. Grayscale: #737373. Windows color (decimal): -4244524 or 13908927. OLE color: 13908927.

HSL color Cylindrical-coordinate representation of color #BF3BD4: hue angle of 291.76º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF3BD4 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19159212-
CMYK0.100.7200.17
HSL291.76º64.02%53.14%-
HSV(B)291.76º72.17%83.14%-
XYZ34.9318.9664.11-
YUV115.91182.23181.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.34%
GREEN value IS 59 (23.44% from 255) = 12.77%
BLUE value IS 212 (83.20% from 255) = 45.89%
R=41.34%
G=12.77%
B=45.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal191592120.100.7200.17291.7664.0253.14
HexBF3BD4A480111244035
Octal277733241211002144410065
Binary1011111111101111010100101010010000100011001001001000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3BD4; }

 p { color: rgb(191,59,212); }

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

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

 a { background-color: rgb(191,59,212); }

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

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

 span { border-color: rgb(191,59,212); }

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