#B43EF3

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

Shades of Medium Orchid #B43EF3

Tints of Medium Orchid #B43EF3

Color information

#B43EF3 (or 0xB43EF3) is unknown color: approx Medium Orchid. HEX triplet: B4, 3E and F3. RGB value is (180,62,243). Sum of RGB (Red+Green+Blue) = 180+62+243=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 62 (24.61% from 255 or 12.78% from 485); Blue value is 243 (95.31% from 255 or 50.10% from 485); Max value from RGB is 243 - color contains mainly: blue. Hex color #B43EF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43EF3 is #4BC10C. Grayscale: #757575. Windows color (decimal): -4964621 or 15941300. OLE color: 15941300.

HSL color Cylindrical-coordinate representation of color #B43EF3: hue angle of 279.12º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B43EF3 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18062243-
CMYK0.260.7400.05
HSL279.12º88.29%59.8%-
HSV(B)279.12º74.49%95.29%-
XYZ36.7219.6286.65-
YUV117.92198.59172.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.11%
GREEN value IS 62 (24.61% from 255) = 12.78%
BLUE value IS 243 (95.31% from 255) = 50.10%
R=37.11%
G=12.78%
B=50.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal180622430.260.7400.05279.1288.2959.8
HexB43EF31A4A05117583c
Octal26476363321120542713074
Binary101101001111101111001111010100101001011000101111011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43EF3; }

 p { color: rgb(180,62,243); }

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

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

 a { background-color: rgb(180,62,243); }

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

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

 span { border-color: rgb(180,62,243); }

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