#B466F8

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

Shades of Medium Orchid #B466F8

Tints of Medium Orchid #B466F8

Color information

#B466F8 (or 0xB466F8) is unknown color: approx Medium Orchid. HEX triplet: B4, 66 and F8. RGB value is (180,102,248). Sum of RGB (Red+Green+Blue) = 180+102+248=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 102 (40.23% from 255 or 19.25% from 530); Blue value is 248 (97.27% from 255 or 46.79% from 530); Max value from RGB is 248 - color contains mainly: blue. Hex color #B466F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B466F8 is #4B9907. Grayscale: #8D8D8D. Windows color (decimal): -4954376 or 16279220. OLE color: 16279220.

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

Color convert

RGB180102248-
CMYK0.270.5900.03
HSL272.05º91.25%68.63%-
HSV(B)272.05º58.87%97.25%-
XYZ40.5225.9891.69-
YUV141.97187.84155.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.96%
GREEN value IS 102 (40.23% from 255) = 19.25%
BLUE value IS 248 (97.27% from 255) = 46.79%
R=33.96%
G=19.25%
B=46.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1801022480.270.5900.03272.0591.2568.63
HexB466F81B3B031105b45
Octal264146370337303420133105
Binary101101001100110111110001101111101101110001000010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B466F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B466F8; }

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

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

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

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

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

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

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

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