#B44FF3

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

Shades of Medium Orchid #B44FF3

Tints of Medium Orchid #B44FF3

Color information

#B44FF3 (or 0xB44FF3) is unknown color: approx Medium Orchid. HEX triplet: B4, 4F and F3. RGB value is (180,79,243). Sum of RGB (Red+Green+Blue) = 180+79+243=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 79 (31.25% from 255 or 15.74% from 502); Blue value is 243 (95.31% from 255 or 48.41% from 502); Max value from RGB is 243 - color contains mainly: blue. Hex color #B44FF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B44FF3 is #4BB00C. Grayscale: #7F7F7F. Windows color (decimal): -4960269 or 15945652. OLE color: 15945652.

HSL color Cylindrical-coordinate representation of color #B44FF3: hue angle of 276.95º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B44FF3 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18079243-
CMYK0.260.6700.05
HSL276.95º87.23%63.14%-
HSV(B)276.95º67.49%95.29%-
XYZ37.821.7787-
YUV127.9192.96165.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.86%
GREEN value IS 79 (31.25% from 255) = 15.74%
BLUE value IS 243 (95.31% from 255) = 48.41%
R=35.86%
G=15.74%
B=48.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal180792430.260.6700.05276.9587.2363.14
HexB44FF31A4305115573f
Octal264117363321030542512777
Binary1011010010011111111001111010100001101011000101011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44FF3; }

 p { color: rgb(180,79,243); }

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

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

 a { background-color: rgb(180,79,243); }

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

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

 span { border-color: rgb(180,79,243); }

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