#b43ee0

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

Shades of Medium Orchid #B43EE0

Tints of Medium Orchid #B43EE0

Color information

#B43EE0 (or 0xB43EE0) is unknown color: approx Medium Orchid. HEX triplet: B4, 3E and E0. RGB value is (180,62,224). Sum of RGB (Red+Green+Blue) = 180+62+224=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 62 (24.61% from 255 or 13.30% from 466); Blue value is 224 (87.89% from 255 or 48.07% from 466); Max value from RGB is 224 - color contains mainly: blue. Hex color #B43EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43EE0 is #4BC11F. Grayscale: #737373. Windows color (decimal): -4964640 or 14696116. OLE color: 14696116.

HSL color Cylindrical-coordinate representation of color #B43EE0: hue angle of 283.7º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B43EE0 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18062224-
CMYK0.200.7200.12
HSL283.7º72.32%56.08%-
HSV(B)283.7º72.32%87.84%-
XYZ3418.5372.31-
YUV115.75189.09173.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.63%
GREEN value IS 62 (24.61% from 255) = 13.30%
BLUE value IS 224 (87.89% from 255) = 48.07%
R=38.63%
G=13.30%
B=48.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal180622240.200.7200.12283.772.3256.08
HexB43EE014480C11c4838
Octal264763402411001443411070
Binary1011010011111011100000101001001000011001000111001001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b43ee0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b43ee0; }

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

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

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

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

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

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

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

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