#BF69EF

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

Shades of Medium Orchid #BF69EF

Tints of Medium Orchid #BF69EF

Color information

#BF69EF (or 0xBF69EF) is unknown color: approx Medium Orchid. HEX triplet: BF, 69 and EF. RGB value is (191,105,239). Sum of RGB (Red+Green+Blue) = 191+105+239=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 105 (41.41% from 255 or 19.63% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF69EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF69EF is #409610. Grayscale: #919191. Windows color (decimal): -4232721 or 15690175. OLE color: 15690175.

HSL color Cylindrical-coordinate representation of color #BF69EF: hue angle of 278.51º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF69EF is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB191105239-
CMYK0.200.5600.06
HSL278.51º80.72%67.45%-
HSV(B)278.51º56.07%93.73%-
XYZ42.1227.4184.73-
YUV145.99180.49160.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.70%
GREEN value IS 105 (41.41% from 255) = 19.63%
BLUE value IS 239 (93.75% from 255) = 44.67%
R=35.70%
G=19.63%
B=44.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1911052390.200.5600.06278.5180.7267.45
HexBF69EF1438061175143
Octal277151357247006427121103
Binary1011111111010011110111110100111000011010001011110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF69EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF69EF; }

 p { color: rgb(191,105,239); }

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

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

 a { background-color: rgb(191,105,239); }

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

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

 span { border-color: rgb(191,105,239); }

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