#BF52F0

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

Shades of Medium Orchid #BF52F0

Tints of Medium Orchid #BF52F0

Color information

#BF52F0 (or 0xBF52F0) is unknown color: approx Medium Orchid. HEX triplet: BF, 52 and F0. RGB value is (191,82,240). Sum of RGB (Red+Green+Blue) = 191+82+240=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 82 (32.42% from 255 or 15.98% from 513); Blue value is 240 (94.14% from 255 or 46.78% from 513); Max value from RGB is 240 - color contains mainly: blue. Hex color #BF52F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF52F0 is #40AD0F. Grayscale: #848484. Windows color (decimal): -4238608 or 15749823. OLE color: 15749823.

HSL color Cylindrical-coordinate representation of color #BF52F0: hue angle of 281.39º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF52F0 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB19182240-
CMYK0.200.6600.06
HSL281.39º84.04%63.14%-
HSV(B)281.39º65.83%94.12%-
XYZ40.2323.484.83-
YUV132.6188.61169.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.23%
GREEN value IS 82 (32.42% from 255) = 15.98%
BLUE value IS 240 (94.14% from 255) = 46.78%
R=37.23%
G=15.98%
B=46.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal191822400.200.6600.06281.3984.0463.14
HexBF52F0144206119543f
Octal277122360241020643112477
Binary1011111110100101111000010100100001001101000110011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF52F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF52F0; }

 p { color: rgb(191,82,240); }

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

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

 a { background-color: rgb(191,82,240); }

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

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

 span { border-color: rgb(191,82,240); }

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