#BF78DC

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

Shades of Medium Orchid #BF78DC

Tints of Medium Orchid #BF78DC

Color information

#BF78DC (or 0xBF78DC) is unknown color: approx Medium Orchid. HEX triplet: BF, 78 and DC. RGB value is (191,120,220). Sum of RGB (Red+Green+Blue) = 191+120+220=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 120 (47.27% from 255 or 22.60% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF78DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF78DC is #408723. Grayscale: #989898. Windows color (decimal): -4228900 or 14448831. OLE color: 14448831.

HSL color Cylindrical-coordinate representation of color #BF78DC: hue angle of 282.6º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF78DC is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB191120220-
CMYK0.130.4500.14
HSL282.6º58.82%66.67%-
HSV(B)282.6º45.45%86.27%-
XYZ41.1229.6871.27-
YUV152.63166.02155.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.97%
GREEN value IS 120 (47.27% from 255) = 22.60%
BLUE value IS 220 (86.33% from 255) = 41.43%
R=35.97%
G=22.60%
B=41.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1911202200.130.4500.14282.658.8266.67
HexBF78DCD2D0E11b3b43
Octal277170334155501643373103
Binary101111111111000110111001101101101011101000110111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF78DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF78DC; }

 p { color: rgb(191,120,220); }

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

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

 a { background-color: rgb(191,120,220); }

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

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

 span { border-color: rgb(191,120,220); }

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