#b449e8

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

Shades of Medium Orchid #B449E8

Tints of Medium Orchid #B449E8

Color information

#B449E8 (or 0xB449E8) is unknown color: approx Medium Orchid. HEX triplet: B4, 49 and E8. RGB value is (180,73,232). Sum of RGB (Red+Green+Blue) = 180+73+232=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 232 (91.02% from 255 or 47.84% from 485); Max value from RGB is 232 - color contains mainly: blue. Hex color #B449E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B449E8 is #4BB617. Grayscale: #7A7A7A. Windows color (decimal): -4961816 or 15223220. OLE color: 15223220.

HSL color Cylindrical-coordinate representation of color #B449E8: hue angle of 280.38º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B449E8 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18073232-
CMYK0.220.6900.09
HSL280.38º77.56%59.8%-
HSV(B)280.38º68.53%90.98%-
XYZ35.7720.2978.38-
YUV123.12189.45168.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.11%
GREEN value IS 73 (28.91% from 255) = 15.05%
BLUE value IS 232 (91.02% from 255) = 47.84%
R=37.11%
G=15.05%
B=47.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal180732320.220.6900.09280.3877.5659.8
HexB449E81645091184e3c
Octal2641113502610501143011674
Binary10110100100100111101000101101000101010011000110001001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b449e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b449e8; }

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

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

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

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

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

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

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

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