#B43FFD

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

Shades of Medium Orchid #B43FFD

Tints of Medium Orchid #B43FFD

Color information

#B43FFD (or 0xB43FFD) is unknown color: approx Medium Orchid. HEX triplet: B4, 3F and FD. RGB value is (180,63,253). Sum of RGB (Red+Green+Blue) = 180+63+253=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 63 (25% from 255 or 12.70% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #B43FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43FFD is #4BC002. Grayscale: #767676. Windows color (decimal): -4964355 or 16596916. OLE color: 16596916.

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

Color convert

RGB18063253-
CMYK0.290.7500.01
HSL276.95º97.94%61.96%-
HSV(B)276.95º75.1%99.22%-
XYZ38.3320.3594.84-
YUV119.64203.26171.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.29%
GREEN value IS 63 (25% from 255) = 12.70%
BLUE value IS 253 (99.22% from 255) = 51.01%
R=36.29%
G=12.70%
B=51.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal180632530.290.7500.01276.9597.9461.96
HexB43FFD1D4B01115623e
Octal26477375351130142514276
Binary1011010011111111111101111011001011011000101011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43FFD; }

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

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

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

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

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

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

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

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