#BF69E0

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

Shades of Medium Orchid #BF69E0

Tints of Medium Orchid #BF69E0

Color information

#BF69E0 (or 0xBF69E0) is unknown color: approx Medium Orchid. HEX triplet: BF, 69 and E0. RGB value is (191,105,224). Sum of RGB (Red+Green+Blue) = 191+105+224=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 105 (41.41% from 255 or 20.19% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 224 - color contains mainly: blue. Hex color #BF69E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF69E0 is #40961F. Grayscale: #8F8F8F. Windows color (decimal): -4232736 or 14707135. OLE color: 14707135.

HSL color Cylindrical-coordinate representation of color #BF69E0: hue angle of 283.36º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF69E0 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB191105224-
CMYK0.150.5300.12
HSL283.36º65.75%64.51%-
HSV(B)283.36º53.12%87.84%-
XYZ39.9926.5673.54-
YUV144.28172.99161.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 105 (41.41% from 255) = 20.19%
BLUE value IS 224 (87.89% from 255) = 43.08%
R=36.73%
G=20.19%
B=43.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1911052240.150.5300.12283.3665.7564.51
HexBF69E0F350C11b4241
Octal2771513401765014433102101
Binary1011111111010011110000011111101010110010001101110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF69E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF69E0; }

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

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

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

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

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

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

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

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