#B44AF1

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

Shades of Medium Orchid #B44AF1

Tints of Medium Orchid #B44AF1

Color information

#B44AF1 (or 0xB44AF1) is unknown color: approx Medium Orchid. HEX triplet: B4, 4A and F1. RGB value is (180,74,241). Sum of RGB (Red+Green+Blue) = 180+74+241=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 74 (29.30% from 255 or 14.95% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: blue. Hex color #B44AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B44AF1 is #4BB50E. Grayscale: #7C7C7C. Windows color (decimal): -4961551 or 15813300. OLE color: 15813300.

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

Color convert

RGB18074241-
CMYK0.250.6900.05
HSL278.08º85.64%61.76%-
HSV(B)278.08º69.29%94.51%-
XYZ37.1520.9585.31-
YUV124.73193.62167.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.36%
GREEN value IS 74 (29.30% from 255) = 14.95%
BLUE value IS 241 (94.53% from 255) = 48.69%
R=36.36%
G=14.95%
B=48.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal180742410.250.6900.05278.0885.6461.76
HexB44AF1194505116563e
Octal264112361311050542612676
Binary1011010010010101111000111001100010101011000101101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44AF1; }

 p { color: rgb(180,74,241); }

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

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

 a { background-color: rgb(180,74,241); }

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

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

 span { border-color: rgb(180,74,241); }

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