#B13FEF

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

Shades of Medium Orchid #B13FEF

Tints of Medium Orchid #B13FEF

Color information

#B13FEF (or 0xB13FEF) is unknown color: approx Medium Orchid. HEX triplet: B1, 3F and EF. RGB value is (177,63,239). Sum of RGB (Red+Green+Blue) = 177+63+239=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 63 (25% from 255 or 13.15% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #B13FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13FEF is #4EC010. Grayscale: #747474. Windows color (decimal): -5160977 or 15679409. OLE color: 15679409.

HSL color Cylindrical-coordinate representation of color #B13FEF: hue angle of 278.86º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B13FEF is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17763239-
CMYK0.260.7400.06
HSL278.86º84.62%59.22%-
HSV(B)278.86º73.64%93.73%-
XYZ35.4919.1383.48-
YUV117.15196.77170.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.95%
GREEN value IS 63 (25% from 255) = 13.15%
BLUE value IS 239 (93.75% from 255) = 49.90%
R=36.95%
G=13.15%
B=49.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal177632390.260.7400.06278.8684.6259.22
HexB13FEF1A4A06117553b
Octal26177357321120642712573
Binary101100011111111110111111010100101001101000101111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13FEF; }

 p { color: rgb(177,63,239); }

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

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

 a { background-color: rgb(177,63,239); }

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

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

 span { border-color: rgb(177,63,239); }

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