#B43EFF

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

Shades of Medium Orchid #B43EFF

Tints of Medium Orchid #B43EFF

Color information

#B43EFF (or 0xB43EFF) is unknown color: approx Medium Orchid. HEX triplet: B4, 3E and FF. RGB value is (180,62,255). Sum of RGB (Red+Green+Blue) = 180+62+255=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 62 (24.61% from 255 or 12.47% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #B43EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43EFF is #4BC100. Grayscale: #767676. Windows color (decimal): -4964609 or 16727732. OLE color: 16727732.

HSL color Cylindrical-coordinate representation of color #B43EFF: hue angle of 276.68º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B43EFF is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18062255-
CMYK0.290.7600
HSL276.68º100%62.16%-
HSV(B)276.68º75.69%100%-
XYZ38.620.3796.51-
YUV119.28204.59171.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.22%
GREEN value IS 62 (24.61% from 255) = 12.47%
BLUE value IS 255 (100% from 255) = 51.31%
R=36.22%
G=12.47%
B=51.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal180622550.290.7600276.6810062.16
HexB43EFF1D4C00115643e
Octal26476377351140042514476
Binary1011010011111011111111111011001100001000101011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43EFF; }

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

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

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

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

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

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

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

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