#B449F5

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

Shades of Medium Orchid #B449F5

Tints of Medium Orchid #B449F5

Color information

#B449F5 (or 0xB449F5) is unknown color: approx Medium Orchid. HEX triplet: B4, 49 and F5. RGB value is (180,73,245). Sum of RGB (Red+Green+Blue) = 180+73+245=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 73 (28.91% from 255 or 14.66% from 498); Blue value is 245 (96.09% from 255 or 49.20% from 498); Max value from RGB is 245 - color contains mainly: blue. Hex color #B449F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B449F5 is #4BB60A. Grayscale: #7C7C7C. Windows color (decimal): -4961803 or 16075188. OLE color: 16075188.

HSL color Cylindrical-coordinate representation of color #B449F5: hue angle of 277.33º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B449F5 is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18073245-
CMYK0.270.7000.04
HSL277.33º89.58%62.35%-
HSV(B)277.33º70.2%96.08%-
XYZ37.6921.0688.47-
YUV124.6195.95167.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.14%
GREEN value IS 73 (28.91% from 255) = 14.66%
BLUE value IS 245 (96.09% from 255) = 49.20%
R=36.14%
G=14.66%
B=49.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal180732450.270.7000.04277.3389.5862.35
HexB449F51B46041155a3e
Octal264111365331060442513276
Binary1011010010010011111010111011100011001001000101011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B449F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B449F5; }

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

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

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

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

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

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

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

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