#BF6BD5

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

Shades of Medium Orchid #BF6BD5

Tints of Medium Orchid #BF6BD5

Color information

#BF6BD5 (or 0xBF6BD5) is unknown color: approx Medium Orchid. HEX triplet: BF, 6B and D5. RGB value is (191,107,213). Sum of RGB (Red+Green+Blue) = 191+107+213=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 107 (42.19% from 255 or 20.94% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF6BD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6BD5 is #40942A. Grayscale: #8F8F8F. Windows color (decimal): -4232235 or 13986751. OLE color: 13986751.

HSL color Cylindrical-coordinate representation of color #BF6BD5: hue angle of 287.55º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF6BD5 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB191107213-
CMYK0.100.5000.16
HSL287.55º55.79%62.75%-
HSV(B)287.55º49.77%83.53%-
XYZ38.7526.466-
YUV144.2166.83161.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.38%
GREEN value IS 107 (42.19% from 255) = 20.94%
BLUE value IS 213 (83.59% from 255) = 41.68%
R=37.38%
G=20.94%
B=41.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1911072130.100.5000.16287.5555.7962.75
HexBF6BD5A32010120383f
Octal27715332512620204407077
Binary101111111101011110101011010110010010000100100000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6BD5; }

 p { color: rgb(191,107,213); }

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

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

 a { background-color: rgb(191,107,213); }

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

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

 span { border-color: rgb(191,107,213); }

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