#BF74E4

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

Shades of Medium Orchid #BF74E4

Tints of Medium Orchid #BF74E4

Color information

#BF74E4 (or 0xBF74E4) is unknown color: approx Medium Orchid. HEX triplet: BF, 74 and E4. RGB value is (191,116,228). Sum of RGB (Red+Green+Blue) = 191+116+228=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 116 (45.70% from 255 or 21.68% from 535); Blue value is 228 (89.45% from 255 or 42.62% from 535); Max value from RGB is 228 - color contains mainly: blue. Hex color #BF74E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF74E4 is #408B1B. Grayscale: #969696. Windows color (decimal): -4229916 or 14972095. OLE color: 14972095.

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

Color convert

RGB191116228-
CMYK0.160.4900.11
HSL280.18º67.47%67.45%-
HSV(B)280.18º49.12%89.41%-
XYZ41.7329.1776.83-
YUV151.19171.35156.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.70%
GREEN value IS 116 (45.70% from 255) = 21.68%
BLUE value IS 228 (89.45% from 255) = 42.62%
R=35.70%
G=21.68%
B=42.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1911162280.160.4900.11280.1867.4767.45
HexBF74E410310B1184343
Octal2771643442061013430103103
Binary10111111111010011100100100001100010101110001100010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF74E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF74E4; }

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

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

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

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

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

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

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

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