#B464F7

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

Shades of Medium Orchid #B464F7

Tints of Medium Orchid #B464F7

Color information

#B464F7 (or 0xB464F7) is unknown color: approx Medium Orchid. HEX triplet: B4, 64 and F7. RGB value is (180,100,247). Sum of RGB (Red+Green+Blue) = 180+100+247=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 100 (39.45% from 255 or 18.98% from 527); Blue value is 247 (96.88% from 255 or 46.87% from 527); Max value from RGB is 247 - color contains mainly: blue. Hex color #B464F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B464F7 is #4B9B08. Grayscale: #8C8C8C. Windows color (decimal): -4954889 or 16213172. OLE color: 16213172.

HSL color Cylindrical-coordinate representation of color #B464F7: hue angle of 272.65º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B464F7 is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB180100247-
CMYK0.270.6000.03
HSL272.65º90.18%68.04%-
HSV(B)272.65º59.51%96.86%-
XYZ40.1725.5390.81-
YUV140.68188156.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.16%
GREEN value IS 100 (39.45% from 255) = 18.98%
BLUE value IS 247 (96.88% from 255) = 46.87%
R=34.16%
G=18.98%
B=46.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1801002470.270.6000.03272.6590.1868.04
HexB464F71B3C031115a44
Octal264144367337403421132104
Binary101101001100100111101111101111110001110001000110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B464F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B464F7; }

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

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

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

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

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

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

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

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