#BF69D4

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

Shades of Medium Orchid #BF69D4

Tints of Medium Orchid #BF69D4

Color information

#BF69D4 (or 0xBF69D4) is unknown color: approx Medium Orchid. HEX triplet: BF, 69 and D4. RGB value is (191,105,212). Sum of RGB (Red+Green+Blue) = 191+105+212=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 212 (83.20% from 255 or 41.73% from 508); Max value from RGB is 212 - color contains mainly: blue. Hex color #BF69D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF69D4 is #40962B. Grayscale: #8E8E8E. Windows color (decimal): -4232748 or 13920703. OLE color: 13920703.

HSL color Cylindrical-coordinate representation of color #BF69D4: hue angle of 288.22º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF69D4 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB191105212-
CMYK0.100.5000.17
HSL288.22º55.44%62.16%-
HSV(B)288.22º50.47%83.14%-
XYZ38.4225.9365.27-
YUV142.91166.99162.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.60%
GREEN value IS 105 (41.41% from 255) = 20.67%
BLUE value IS 212 (83.20% from 255) = 41.73%
R=37.60%
G=20.67%
B=41.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1911052120.100.5000.17288.2255.4462.16
HexBF69D4A32011120373e
Octal27715132412620214406776
Binary101111111101001110101001010110010010001100100000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF69D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF69D4; }

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

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

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

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

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

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

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

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