#b43fce

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

Shades of Medium Orchid #B43FCE

Tints of Medium Orchid #B43FCE

Color information

#B43FCE (or 0xB43FCE) is unknown color: approx Medium Orchid. HEX triplet: B4, 3F and CE. RGB value is (180,63,206). Sum of RGB (Red+Green+Blue) = 180+63+206=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 63 (25% from 255 or 14.03% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #B43FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43FCE is #4BC031. Grayscale: #717171. Windows color (decimal): -4964402 or 13516724. OLE color: 13516724.

HSL color Cylindrical-coordinate representation of color #B43FCE: hue angle of 289.09º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B43FCE is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18063206-
CMYK0.130.6900.19
HSL289.09º59.34%52.75%-
HSV(B)289.09º69.42%80.78%-
XYZ31.7417.7160.14-
YUV114.28179.76174.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.09%
GREEN value IS 63 (25% from 255) = 14.03%
BLUE value IS 206 (80.86% from 255) = 45.88%
R=40.09%
G=14.03%
B=45.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal180632060.130.6900.19289.0959.3452.75
HexB43FCED450131213b35
Octal26477316151050234417365
Binary101101001111111100111011011000101010011100100001111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b43fce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b43fce; }

 p { color: rgb(180,63,206); }

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

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

 a { background-color: rgb(180,63,206); }

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

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

 span { border-color: rgb(180,63,206); }

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