#BF36F1

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

Shades of Medium Orchid #BF36F1

Tints of Medium Orchid #BF36F1

Color information

#BF36F1 (or 0xBF36F1) is unknown color: approx Medium Orchid. HEX triplet: BF, 36 and F1. RGB value is (191,54,241). Sum of RGB (Red+Green+Blue) = 191+54+241=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 54 (21.48% from 255 or 11.11% from 486); Blue value is 241 (94.53% from 255 or 49.59% from 486); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF36F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF36F1 is #40C90E. Grayscale: #737373. Windows color (decimal): -4245775 or 15808191. OLE color: 15808191.

HSL color Cylindrical-coordinate representation of color #BF36F1: hue angle of 283.96º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF36F1 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19154241-
CMYK0.210.7800.05
HSL283.96º86.98%57.84%-
HSV(B)283.96º77.59%94.51%-
XYZ38.6820.0785.05-
YUV116.28198.39181.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.30%
GREEN value IS 54 (21.48% from 255) = 11.11%
BLUE value IS 241 (94.53% from 255) = 49.59%
R=39.30%
G=11.11%
B=49.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal191542410.210.7800.05283.9686.9857.84
HexBF36F1154E0511c573a
Octal27766361251160543412772
Binary101111111101101111000110101100111001011000111001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF36F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF36F1; }

 p { color: rgb(191,54,241); }

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

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

 a { background-color: rgb(191,54,241); }

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

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

 span { border-color: rgb(191,54,241); }

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