#B044EB

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

Shades of Medium Orchid #B044EB

Tints of Medium Orchid #B044EB

Color information

#B044EB (or 0xB044EB) is unknown color: approx Medium Orchid. HEX triplet: B0, 44 and EB. RGB value is (176,68,235). Sum of RGB (Red+Green+Blue) = 176+68+235=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 68 (26.95% from 255 or 14.20% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #B044EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B044EB is #4FBB14. Grayscale: #767676. Windows color (decimal): -5225237 or 15418544. OLE color: 15418544.

HSL color Cylindrical-coordinate representation of color #B044EB: hue angle of 278.8º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B044EB is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17668235-
CMYK0.250.7100.08
HSL278.8º80.68%59.41%-
HSV(B)278.8º71.06%92.16%-
XYZ34.9719.3680.49-
YUV119.33193.28168.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.74%
GREEN value IS 68 (26.95% from 255) = 14.20%
BLUE value IS 235 (92.19% from 255) = 49.06%
R=36.74%
G=14.20%
B=49.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal176682350.250.7100.08278.880.6859.41
HexB044EB194708117513b
Octal2601043533110701042712173
Binary10110000100010011101011110011000111010001000101111010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B044EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B044EB; }

 p { color: rgb(176,68,235); }

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

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

 a { background-color: rgb(176,68,235); }

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

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

 span { border-color: rgb(176,68,235); }

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