#BF56E5

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

Shades of Medium Orchid #BF56E5

Tints of Medium Orchid #BF56E5

Color information

#BF56E5 (or 0xBF56E5) is unknown color: approx Medium Orchid. HEX triplet: BF, 56 and E5. RGB value is (191,86,229). Sum of RGB (Red+Green+Blue) = 191+86+229=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 86 (33.98% from 255 or 17.00% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF56E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF56E5 is #40A91A. Grayscale: #858585. Windows color (decimal): -4237595 or 15029951. OLE color: 15029951.

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

Color convert

RGB19186229-
CMYK0.170.6200.10
HSL284.06º73.33%61.76%-
HSV(B)284.06º62.45%89.8%-
XYZ38.9623.3976.59-
YUV133.7181.79168.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.75%
GREEN value IS 86 (33.98% from 255) = 17.00%
BLUE value IS 229 (89.84% from 255) = 45.26%
R=37.75%
G=17.00%
B=45.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal191862290.170.6200.10284.0673.3361.76
HexBF56E5113E0A11c493e
Octal277126345217601243411176
Binary1011111110101101110010110001111110010101000111001001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF56E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF56E5; }

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

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

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

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

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

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

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

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