#BF52FA

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

Shades of Medium Orchid #BF52FA

Tints of Medium Orchid #BF52FA

Color information

#BF52FA (or 0xBF52FA) is unknown color: approx Medium Orchid. HEX triplet: BF, 52 and FA. RGB value is (191,82,250). Sum of RGB (Red+Green+Blue) = 191+82+250=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 82 (32.42% from 255 or 15.68% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF52FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF52FA is #40AD05. Grayscale: #858585. Windows color (decimal): -4238598 or 16405183. OLE color: 16405183.

HSL color Cylindrical-coordinate representation of color #BF52FA: hue angle of 278.93º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF52FA is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19182250-
CMYK0.240.6700.02
HSL278.93º94.38%65.1%-
HSV(B)278.93º67.2%98.04%-
XYZ41.7624.0192.88-
YUV133.74193.61168.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.52%
GREEN value IS 82 (32.42% from 255) = 15.68%
BLUE value IS 250 (98.05% from 255) = 47.80%
R=36.52%
G=15.68%
B=47.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal191822500.240.6700.02278.9394.3865.1
HexBF52FA1843021175e41
Octal2771223723010302427136101
Binary1011111110100101111101011000100001101010001011110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF52FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF52FA; }

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

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

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

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

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

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

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

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