#B446F7

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

Shades of Medium Orchid #B446F7

Tints of Medium Orchid #B446F7

Color information

#B446F7 (or 0xB446F7) is unknown color: approx Medium Orchid. HEX triplet: B4, 46 and F7. RGB value is (180,70,247). Sum of RGB (Red+Green+Blue) = 180+70+247=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 70 (27.73% from 255 or 14.08% from 497); Blue value is 247 (96.88% from 255 or 49.70% from 497); Max value from RGB is 247 - color contains mainly: blue. Hex color #B446F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B446F7 is #4BB908. Grayscale: #7A7A7A. Windows color (decimal): -4962569 or 16205492. OLE color: 16205492.

HSL color Cylindrical-coordinate representation of color #B446F7: hue angle of 277.29º degrees, saturation: 0.92, 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 #B446F7 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB18070247-
CMYK0.270.7200.03
HSL277.29º91.71%62.16%-
HSV(B)277.29º71.66%96.86%-
XYZ37.820.890.02-
YUV123.07197.94168.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.22%
GREEN value IS 70 (27.73% from 255) = 14.08%
BLUE value IS 247 (96.88% from 255) = 49.70%
R=36.22%
G=14.08%
B=49.70%

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
Decimal180702470.270.7200.03277.2991.7162.16
HexB446F71B48031155c3e
Octal264106367331100342513476
Binary101101001000110111101111101110010000111000101011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B446F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B446F7; }

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

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

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

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

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

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

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

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