#BF78E4

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

Shades of Medium Orchid #BF78E4

Tints of Medium Orchid #BF78E4

Color information

#BF78E4 (or 0xBF78E4) is unknown color: approx Medium Orchid. HEX triplet: BF, 78 and E4. RGB value is (191,120,228). Sum of RGB (Red+Green+Blue) = 191+120+228=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 120 (47.27% from 255 or 22.26% from 539); Blue value is 228 (89.45% from 255 or 42.30% from 539); Max value from RGB is 228 - color contains mainly: blue. Hex color #BF78E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF78E4 is #40871B. Grayscale: #999999. Windows color (decimal): -4228892 or 14973119. OLE color: 14973119.

HSL color Cylindrical-coordinate representation of color #BF78E4: hue angle of 279.44º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF78E4 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB191120228-
CMYK0.160.4700.11
HSL279.44º66.67%68.24%-
HSV(B)279.44º47.37%89.41%-
XYZ42.2130.1176.99-
YUV153.54170.02154.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.44%
GREEN value IS 120 (47.27% from 255) = 22.26%
BLUE value IS 228 (89.45% from 255) = 42.30%
R=35.44%
G=22.26%
B=42.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1911202280.160.4700.11279.4466.6768.24
HexBF78E4102F0B1174344
Octal2771703442057013427103104
Binary10111111111100011100100100001011110101110001011110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF78E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF78E4; }

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

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

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

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

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

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

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

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