#B040FD

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

Shades of Medium Orchid #B040FD

Tints of Medium Orchid #B040FD

Color information

#B040FD (or 0xB040FD) is unknown color: approx Medium Orchid. HEX triplet: B0, 40 and FD. RGB value is (176,64,253). Sum of RGB (Red+Green+Blue) = 176+64+253=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 64 (25.39% from 255 or 12.98% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #B040FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B040FD is #4FBF02. Grayscale: #767676. Windows color (decimal): -5226243 or 16597168. OLE color: 16597168.

HSL color Cylindrical-coordinate representation of color #B040FD: hue angle of 275.56º 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 #B040FD is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17664253-
CMYK0.300.7500.01
HSL275.56º97.93%62.16%-
HSV(B)275.56º74.7%99.22%-
XYZ37.4719.9994.81-
YUV119.03203.61168.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.70%
GREEN value IS 64 (25.39% from 255) = 12.98%
BLUE value IS 253 (99.22% from 255) = 51.32%
R=35.70%
G=12.98%
B=51.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal176642530.300.7500.01275.5697.9362.16
HexB040FD1E4B01114623e
Octal260100375361130142414276
Binary10110000100000011111101111101001011011000101001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B040FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B040FD; }

 p { color: rgb(176,64,253); }

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

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

 a { background-color: rgb(176,64,253); }

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

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

 span { border-color: rgb(176,64,253); }

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