#B043FB

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

Shades of Medium Orchid #B043FB

Tints of Medium Orchid #B043FB

Color information

#B043FB (or 0xB043FB) is unknown color: approx Medium Orchid. HEX triplet: B0, 43 and FB. RGB value is (176,67,251). Sum of RGB (Red+Green+Blue) = 176+67+251=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 67 (26.56% from 255 or 13.56% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #B043FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B043FB is #4FBC04. Grayscale: #777777. Windows color (decimal): -5225477 or 16466864. OLE color: 16466864.

HSL color Cylindrical-coordinate representation of color #B043FB: hue angle of 275.54º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B043FB is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17667251-
CMYK0.300.7300.02
HSL275.54º95.83%62.35%-
HSV(B)275.54º73.31%98.43%-
XYZ37.3220.2193.2-
YUV120.57201.61167.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.63%
GREEN value IS 67 (26.56% from 255) = 13.56%
BLUE value IS 251 (98.44% from 255) = 50.81%
R=35.63%
G=13.56%
B=50.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal176672510.300.7300.02275.5495.8362.35
HexB043FB1E4902114603e
Octal260103373361110242414076
Binary101100001000011111110111111010010010101000101001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B043FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B043FB; }

 p { color: rgb(176,67,251); }

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

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

 a { background-color: rgb(176,67,251); }

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

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

 span { border-color: rgb(176,67,251); }

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