#B43ECA

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

Shades of Medium Orchid #B43ECA

Tints of Medium Orchid #B43ECA

Color information

#B43ECA (or 0xB43ECA) is unknown color: approx Medium Orchid. HEX triplet: B4, 3E and CA. RGB value is (180,62,202). Sum of RGB (Red+Green+Blue) = 180+62+202=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 62 (24.61% from 255 or 13.96% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #B43ECA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43ECA is #4BC135. Grayscale: #707070. Windows color (decimal): -4964662 or 13254324. OLE color: 13254324.

HSL color Cylindrical-coordinate representation of color #B43ECA: hue angle of 290.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B43ECA is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18062202-
CMYK0.110.6900.21
HSL290.57º56.91%51.76%-
HSV(B)290.57º69.31%79.22%-
XYZ31.2117.4157.59-
YUV113.24178.09175.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.54%
GREEN value IS 62 (24.61% from 255) = 13.96%
BLUE value IS 202 (79.30% from 255) = 45.50%
R=40.54%
G=13.96%
B=45.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal180622020.110.6900.21290.5756.9151.76
HexB43ECAB450151233934
Octal26476312131050254437164
Binary101101001111101100101010111000101010101100100011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43ECA; }

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

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

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

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

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

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

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

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