#B43FF8

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

Shades of Medium Orchid #B43FF8

Tints of Medium Orchid #B43FF8

Color information

#B43FF8 (or 0xB43FF8) is unknown color: approx Medium Orchid. HEX triplet: B4, 3F and F8. RGB value is (180,63,248). Sum of RGB (Red+Green+Blue) = 180+63+248=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 63 (25% from 255 or 12.83% from 491); Blue value is 248 (97.27% from 255 or 50.51% from 491); Max value from RGB is 248 - color contains mainly: blue. Hex color #B43FF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43FF8 is #4BC007. Grayscale: #767676. Windows color (decimal): -4964360 or 16269236. OLE color: 16269236.

HSL color Cylindrical-coordinate representation of color #B43FF8: hue angle of 277.95º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B43FF8 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB18063248-
CMYK0.270.7500.03
HSL277.95º92.96%60.98%-
HSV(B)277.95º74.6%97.25%-
XYZ37.5420.0490.7-
YUV119.07200.76171.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.66%
GREEN value IS 63 (25% from 255) = 12.83%
BLUE value IS 248 (97.27% from 255) = 50.51%
R=36.66%
G=12.83%
B=50.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal180632480.270.7500.03277.9592.9660.98
HexB43FF81B4B031165d3d
Octal26477370331130342613575
Binary10110100111111111110001101110010110111000101101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43FF8; }

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

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

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

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

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

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

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

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