#BF58E0

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

Shades of Medium Orchid #BF58E0

Tints of Medium Orchid #BF58E0

Color information

#BF58E0 (or 0xBF58E0) is unknown color: approx Medium Orchid. HEX triplet: BF, 58 and E0. RGB value is (191,88,224). Sum of RGB (Red+Green+Blue) = 191+88+224=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 224 - color contains mainly: blue. Hex color #BF58E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF58E0 is #40A71F. Grayscale: #858585. Windows color (decimal): -4237088 or 14702783. OLE color: 14702783.

HSL color Cylindrical-coordinate representation of color #BF58E0: hue angle of 285.44º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF58E0 is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB19188224-
CMYK0.150.6100.12
HSL285.44º68.69%61.18%-
HSV(B)285.44º60.71%87.84%-
XYZ38.4323.4473.02-
YUV134.3178.62168.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.97%
GREEN value IS 88 (34.77% from 255) = 17.50%
BLUE value IS 224 (87.89% from 255) = 44.53%
R=37.97%
G=17.50%
B=44.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal191882240.150.6100.12285.4468.6961.18
HexBF58E0F3D0C11d453d
Octal277130340177501443510575
Binary101111111011000111000001111111101011001000111011000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF58E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF58E0; }

 p { color: rgb(191,88,224); }

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

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

 a { background-color: rgb(191,88,224); }

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

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

 span { border-color: rgb(191,88,224); }

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