#B040E8

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

Shades of Medium Orchid #B040E8

Tints of Medium Orchid #B040E8

Color information

#B040E8 (or 0xB040E8) is unknown color: approx Medium Orchid. HEX triplet: B0, 40 and E8. RGB value is (176,64,232). Sum of RGB (Red+Green+Blue) = 176+64+232=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 232 (91.02% from 255 or 49.15% from 472); Max value from RGB is 232 - color contains mainly: blue. Hex color #B040E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B040E8 is #4FBF17. Grayscale: #747474. Windows color (decimal): -5226264 or 15220912. OLE color: 15220912.

HSL color Cylindrical-coordinate representation of color #B040E8: hue angle of 280º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B040E8 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17664232-
CMYK0.240.7200.09
HSL280º78.5%58.04%-
HSV(B)280º72.41%90.98%-
XYZ34.318.7278.15-
YUV116.64193.11170.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.29%
GREEN value IS 64 (25.39% from 255) = 13.56%
BLUE value IS 232 (91.02% from 255) = 49.15%
R=37.29%
G=13.56%
B=49.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal176642320.240.7200.0928078.558.04
HexB040E81848091184f3a
Octal2601003503011001143011772
Binary10110000100000011101000110001001000010011000110001001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B040E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B040E8; }

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

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

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

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

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

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

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

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