#BF6BED

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

Shades of Medium Orchid #BF6BED

Tints of Medium Orchid #BF6BED

Color information

#BF6BED (or 0xBF6BED) is unknown color: approx Medium Orchid. HEX triplet: BF, 6B and ED. RGB value is (191,107,237). Sum of RGB (Red+Green+Blue) = 191+107+237=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 107 (42.19% from 255 or 20% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF6BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6BED is #409412. Grayscale: #929292. Windows color (decimal): -4232211 or 15559615. OLE color: 15559615.

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

Color convert

RGB191107237-
CMYK0.190.5500.07
HSL278.77º78.31%67.45%-
HSV(B)278.77º54.85%92.94%-
XYZ42.0327.7183.25-
YUV146.94178.83159.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.70%
GREEN value IS 107 (42.19% from 255) = 20%
BLUE value IS 237 (92.97% from 255) = 44.30%
R=35.70%
G=20%
B=44.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911072370.190.5500.07278.7778.3167.45
HexBF6BED1337071174e43
Octal277153355236707427116103
Binary1011111111010111110110110011110111011110001011110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6BED; }

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

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

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

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

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

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

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

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