#B44BF0

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

Shades of Medium Orchid #B44BF0

Tints of Medium Orchid #B44BF0

Color information

#B44BF0 (or 0xB44BF0) is unknown color: approx Medium Orchid. HEX triplet: B4, 4B and F0. RGB value is (180,75,240). Sum of RGB (Red+Green+Blue) = 180+75+240=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 75 (29.69% from 255 or 15.15% from 495); Blue value is 240 (94.14% from 255 or 48.48% from 495); Max value from RGB is 240 - color contains mainly: blue. Hex color #B44BF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B44BF0 is #4BB40F. Grayscale: #7C7C7C. Windows color (decimal): -4961296 or 15748020. OLE color: 15748020.

HSL color Cylindrical-coordinate representation of color #B44BF0: hue angle of 278.18º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B44BF0 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18075240-
CMYK0.250.6900.06
HSL278.18º84.62%61.76%-
HSV(B)278.18º68.75%94.12%-
XYZ37.0721.0384.54-
YUV125.2192.79167.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.36%
GREEN value IS 75 (29.69% from 255) = 15.15%
BLUE value IS 240 (94.14% from 255) = 48.48%
R=36.36%
G=15.15%
B=48.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal180752400.250.6900.06278.1884.6261.76
HexB44BF0194506116553e
Octal264113360311050642612576
Binary1011010010010111111000011001100010101101000101101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44BF0; }

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

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

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

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

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

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

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

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