#B03FFA

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

Shades of Medium Orchid #B03FFA

Tints of Medium Orchid #B03FFA

Color information

#B03FFA (or 0xB03FFA) is unknown color: approx Medium Orchid. HEX triplet: B0, 3F and FA. RGB value is (176,63,250). Sum of RGB (Red+Green+Blue) = 176+63+250=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 63 (25% from 255 or 12.88% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #B03FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03FFA is #4FC005. Grayscale: #757575. Windows color (decimal): -5226502 or 16400304. OLE color: 16400304.

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

Color convert

RGB17663250-
CMYK0.300.7500.02
HSL276.26º94.92%61.37%-
HSV(B)276.26º74.8%98.04%-
XYZ36.9419.6992.3-
YUV118.1202.44169.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.99%
GREEN value IS 63 (25% from 255) = 12.88%
BLUE value IS 250 (98.05% from 255) = 51.12%
R=35.99%
G=12.88%
B=51.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal176632500.300.7500.02276.2694.9261.37
HexB03FFA1E4B021145f3d
Octal26077372361130242413775
Binary10110000111111111110101111010010110101000101001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03FFA; }

 p { color: rgb(176,63,250); }

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

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

 a { background-color: rgb(176,63,250); }

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

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

 span { border-color: rgb(176,63,250); }

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