#B044EF

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

Shades of Medium Orchid #B044EF

Tints of Medium Orchid #B044EF

Color information

#B044EF (or 0xB044EF) is unknown color: approx Medium Orchid. HEX triplet: B0, 44 and EF. RGB value is (176,68,239). Sum of RGB (Red+Green+Blue) = 176+68+239=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 68 (26.95% from 255 or 14.08% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #B044EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B044EF is #4FBB10. Grayscale: #777777. Windows color (decimal): -5225233 or 15680688. OLE color: 15680688.

HSL color Cylindrical-coordinate representation of color #B044EF: hue angle of 277.89º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B044EF is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17668239-
CMYK0.260.7200.06
HSL277.89º84.24%60.2%-
HSV(B)277.89º71.55%93.73%-
XYZ35.5519.683.57-
YUV119.79195.28168.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.44%
GREEN value IS 68 (26.95% from 255) = 14.08%
BLUE value IS 239 (93.75% from 255) = 49.48%
R=36.44%
G=14.08%
B=49.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal176682390.260.7200.06277.8984.2460.2
HexB044EF1A4806116543c
Octal260104357321100642612474
Binary1011000010001001110111111010100100001101000101101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B044EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B044EF; }

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

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

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

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

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

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

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

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