#bf68d4

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

Shades of Medium Orchid #BF68D4

Tints of Medium Orchid #BF68D4

Color information

#BF68D4 (or 0xBF68D4) is unknown color: approx Medium Orchid. HEX triplet: BF, 68 and D4. RGB value is (191,104,212). Sum of RGB (Red+Green+Blue) = 191+104+212=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 212 (83.20% from 255 or 41.81% from 507); Max value from RGB is 212 - color contains mainly: blue. Hex color #BF68D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF68D4 is #40972B. Grayscale: #8D8D8D. Windows color (decimal): -4233004 or 13920447. OLE color: 13920447.

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

Color convert

RGB191104212-
CMYK0.100.5100.17
HSL288.33º55.67%61.96%-
HSV(B)288.33º50.94%83.14%-
XYZ38.3225.7365.23-
YUV142.32167.32162.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.67%
GREEN value IS 104 (41.02% from 255) = 20.51%
BLUE value IS 212 (83.20% from 255) = 41.81%
R=37.67%
G=20.51%
B=41.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1911042120.100.5100.17288.3355.6761.96
HexBF68D4A33011120383e
Octal27715032412630214407076
Binary101111111101000110101001010110011010001100100000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf68d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf68d4; }

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

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

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

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

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

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

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

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