#BF6CED

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

Shades of Medium Orchid #BF6CED

Tints of Medium Orchid #BF6CED

Color information

#BF6CED (or 0xBF6CED) is unknown color: approx Medium Orchid. HEX triplet: BF, 6C and ED. RGB value is (191,108,237). Sum of RGB (Red+Green+Blue) = 191+108+237=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 108 (42.58% from 255 or 20.15% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF6CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6CED is #409312. Grayscale: #939393. Windows color (decimal): -4231955 or 15559871. OLE color: 15559871.

HSL color Cylindrical-coordinate representation of color #BF6CED: hue angle of 278.6º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF6CED is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191108237-
CMYK0.190.5400.07
HSL278.6º78.18%67.65%-
HSV(B)278.6º54.43%92.94%-
XYZ42.1327.9283.29-
YUV147.52178.5159.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.63%
GREEN value IS 108 (42.58% from 255) = 20.15%
BLUE value IS 237 (92.97% from 255) = 44.22%
R=35.63%
G=20.15%
B=44.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911082370.190.5400.07278.678.1867.65
HexBF6CED1336071174e44
Octal277154355236607427116104
Binary1011111111011001110110110011110110011110001011110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6CED; }

 p { color: rgb(191,108,237); }

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

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

 a { background-color: rgb(191,108,237); }

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

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

 span { border-color: rgb(191,108,237); }

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