#B446F8

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

Shades of Medium Orchid #B446F8

Tints of Medium Orchid #B446F8

Color information

#B446F8 (or 0xB446F8) is unknown color: approx Medium Orchid. HEX triplet: B4, 46 and F8. RGB value is (180,70,248). Sum of RGB (Red+Green+Blue) = 180+70+248=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 70 (27.73% from 255 or 14.06% from 498); Blue value is 248 (97.27% from 255 or 49.80% from 498); Max value from RGB is 248 - color contains mainly: blue. Hex color #B446F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B446F8 is #4BB907. Grayscale: #7A7A7A. Windows color (decimal): -4962568 or 16271028. OLE color: 16271028.

HSL color Cylindrical-coordinate representation of color #B446F8: hue angle of 277.08º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B446F8 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB18070248-
CMYK0.270.7200.03
HSL277.08º92.71%62.35%-
HSV(B)277.08º71.77%97.25%-
XYZ37.9620.8690.83-
YUV123.18198.44168.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.14%
GREEN value IS 70 (27.73% from 255) = 14.06%
BLUE value IS 248 (97.27% from 255) = 49.80%
R=36.14%
G=14.06%
B=49.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal180702480.270.7200.03277.0892.7162.35
HexB446F81B48031155d3e
Octal264106370331100342513576
Binary101101001000110111110001101110010000111000101011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B446F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B446F8; }

 p { color: rgb(180,70,248); }

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

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

 a { background-color: rgb(180,70,248); }

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

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

 span { border-color: rgb(180,70,248); }

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