#BF54E5

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

Shades of Medium Orchid #BF54E5

Tints of Medium Orchid #BF54E5

Color information

#BF54E5 (or 0xBF54E5) is unknown color: approx Medium Orchid. HEX triplet: BF, 54 and E5. RGB value is (191,84,229). Sum of RGB (Red+Green+Blue) = 191+84+229=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 84 (33.20% from 255 or 16.67% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF54E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF54E5 is #40AB1A. Grayscale: #848484. Windows color (decimal): -4238107 or 15029439. OLE color: 15029439.

HSL color Cylindrical-coordinate representation of color #BF54E5: hue angle of 284.28º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF54E5 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB19184229-
CMYK0.170.6300.10
HSL284.28º73.6%61.37%-
HSV(B)284.28º63.32%89.8%-
XYZ38.823.0776.54-
YUV132.52182.45169.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.90%
GREEN value IS 84 (33.20% from 255) = 16.67%
BLUE value IS 229 (89.84% from 255) = 45.44%
R=37.90%
G=16.67%
B=45.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal191842290.170.6300.10284.2873.661.37
HexBF54E5113F0A11c4a3d
Octal277124345217701243411275
Binary1011111110101001110010110001111111010101000111001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF54E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF54E5; }

 p { color: rgb(191,84,229); }

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

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

 a { background-color: rgb(191,84,229); }

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

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

 span { border-color: rgb(191,84,229); }

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