#B13BF5

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

Shades of Medium Orchid #B13BF5

Tints of Medium Orchid #B13BF5

Color information

#B13BF5 (or 0xB13BF5) is unknown color: approx Medium Orchid. HEX triplet: B1, 3B and F5. RGB value is (177,59,245). Sum of RGB (Red+Green+Blue) = 177+59+245=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 59 (23.44% from 255 or 12.27% from 481); Blue value is 245 (96.09% from 255 or 50.94% from 481); Max value from RGB is 245 - color contains mainly: blue. Hex color #B13BF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13BF5 is #4EC40A. Grayscale: #727272. Windows color (decimal): -5161995 or 16071601. OLE color: 16071601.

HSL color Cylindrical-coordinate representation of color #B13BF5: hue angle of 278.06º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B13BF5 is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17759245-
CMYK0.280.7600.04
HSL278.06º90.29%59.61%-
HSV(B)278.06º75.92%96.08%-
XYZ36.1819.0788.16-
YUV115.49201.09171.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.80%
GREEN value IS 59 (23.44% from 255) = 12.27%
BLUE value IS 245 (96.09% from 255) = 50.94%
R=36.80%
G=12.27%
B=50.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal177592450.280.7600.04278.0690.2959.61
HexB13BF51C4C041165a3c
Octal26173365341140442613274
Binary101100011110111111010111100100110001001000101101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13BF5; }

 p { color: rgb(177,59,245); }

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

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

 a { background-color: rgb(177,59,245); }

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

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

 span { border-color: rgb(177,59,245); }

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