#B044FF

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

Shades of Medium Orchid #B044FF

Tints of Medium Orchid #B044FF

Color information

#B044FF (or 0xB044FF) is unknown color: approx Medium Orchid. HEX triplet: B0, 44 and FF. RGB value is (176,68,255). Sum of RGB (Red+Green+Blue) = 176+68+255=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 68 (26.95% from 255 or 13.63% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #B044FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B044FF is #4FBB00. Grayscale: #787878. Windows color (decimal): -5225217 or 16729264. OLE color: 16729264.

HSL color Cylindrical-coordinate representation of color #B044FF: hue angle of 274.65º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B044FF is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17668255-
CMYK0.310.7300
HSL274.65º100%63.33%-
HSV(B)274.65º73.33%100%-
XYZ38.0220.5896.58-
YUV121.61203.28166.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.27%
GREEN value IS 68 (26.95% from 255) = 13.63%
BLUE value IS 255 (100% from 255) = 51.10%
R=35.27%
G=13.63%
B=51.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal176682550.310.7300274.6510063.33
HexB044FF1F4900113643f
Octal260104377371110042314477
Binary10110000100010011111111111111001001001000100111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B044FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B044FF; }

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

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

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

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

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

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

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

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