#B44BF5

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

Shades of Medium Orchid #B44BF5

Tints of Medium Orchid #B44BF5

Color information

#B44BF5 (or 0xB44BF5) is unknown color: approx Medium Orchid. HEX triplet: B4, 4B and F5. RGB value is (180,75,245). Sum of RGB (Red+Green+Blue) = 180+75+245=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 75 (29.69% from 255 or 15% from 500); Blue value is 245 (96.09% from 255 or 49% from 500); Max value from RGB is 245 - color contains mainly: blue. Hex color #B44BF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B44BF5 is #4BB40A. Grayscale: #7D7D7D. Windows color (decimal): -4961291 or 16075700. OLE color: 16075700.

HSL color Cylindrical-coordinate representation of color #B44BF5: hue angle of 277.06º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B44BF5 is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18075245-
CMYK0.270.6900.04
HSL277.06º89.47%62.75%-
HSV(B)277.06º69.39%96.08%-
XYZ37.8221.3388.51-
YUV125.78195.29166.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36%
GREEN value IS 75 (29.69% from 255) = 15%
BLUE value IS 245 (96.09% from 255) = 49%
R=36%
G=15%
B=49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal180752450.270.6900.04277.0689.4762.75
HexB44BF51B4504115593f
Octal264113365331050442513177
Binary1011010010010111111010111011100010101001000101011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44BF5; }

 p { color: rgb(180,75,245); }

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

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

 a { background-color: rgb(180,75,245); }

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

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

 span { border-color: rgb(180,75,245); }

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