#B044F7

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

Shades of Medium Orchid #B044F7

Tints of Medium Orchid #B044F7

Color information

#B044F7 (or 0xB044F7) is unknown color: approx Medium Orchid. HEX triplet: B0, 44 and F7. RGB value is (176,68,247). Sum of RGB (Red+Green+Blue) = 176+68+247=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 68 (26.95% from 255 or 13.85% from 491); Blue value is 247 (96.88% from 255 or 50.31% from 491); Max value from RGB is 247 - color contains mainly: blue. Hex color #B044F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B044F7 is #4FBB08. Grayscale: #787878. Windows color (decimal): -5225225 or 16204976. OLE color: 16204976.

HSL color Cylindrical-coordinate representation of color #B044F7: hue angle of 276.2º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B044F7 is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB17668247-
CMYK0.290.7200.03
HSL276.2º91.79%61.76%-
HSV(B)276.2º72.47%96.86%-
XYZ36.7620.0889.93-
YUV120.7199.28167.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.85%
GREEN value IS 68 (26.95% from 255) = 13.85%
BLUE value IS 247 (96.88% from 255) = 50.31%
R=35.85%
G=13.85%
B=50.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal176682470.290.7200.03276.291.7961.76
HexB044F71D48031145c3e
Octal260104367351100342413476
Binary101100001000100111101111110110010000111000101001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B044F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B044F7; }

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

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

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

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

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

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

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

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