#bf69eb

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

Shades of Medium Orchid #BF69EB

Tints of Medium Orchid #BF69EB

Color information

#BF69EB (or 0xBF69EB) is unknown color: approx Medium Orchid. HEX triplet: BF, 69 and EB. RGB value is (191,105,235). Sum of RGB (Red+Green+Blue) = 191+105+235=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF69EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF69EB is #409614. Grayscale: #919191. Windows color (decimal): -4232725 or 15428031. OLE color: 15428031.

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

Color convert

RGB191105235-
CMYK0.190.5500.08
HSL279.69º76.47%66.67%-
HSV(B)279.69º55.32%92.16%-
XYZ41.5327.1881.65-
YUV145.53178.49160.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.97%
GREEN value IS 105 (41.41% from 255) = 19.77%
BLUE value IS 235 (92.19% from 255) = 44.26%
R=35.97%
G=19.77%
B=44.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911052350.190.5500.08279.6976.4766.67
HexBF69EB1337081184c43
Octal2771513532367010430114103
Binary10111111110100111101011100111101110100010001100010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf69eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf69eb; }

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

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

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

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

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

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

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

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