#B467F6

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

Shades of Medium Orchid #B467F6

Tints of Medium Orchid #B467F6

Color information

#B467F6 (or 0xB467F6) is unknown color: approx Medium Orchid. HEX triplet: B4, 67 and F6. RGB value is (180,103,246). Sum of RGB (Red+Green+Blue) = 180+103+246=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 103 (40.62% from 255 or 19.47% from 529); Blue value is 246 (96.48% from 255 or 46.50% from 529); Max value from RGB is 246 - color contains mainly: blue. Hex color #B467F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B467F6 is #4B9809. Grayscale: #8D8D8D. Windows color (decimal): -4954122 or 16148404. OLE color: 16148404.

HSL color Cylindrical-coordinate representation of color #B467F6: hue angle of 272.31º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B467F6 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB180103246-
CMYK0.270.5800.04
HSL272.31º88.82%68.43%-
HSV(B)272.31º58.13%96.47%-
XYZ40.3126.0690.09-
YUV142.33186.51154.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.03%
GREEN value IS 103 (40.62% from 255) = 19.47%
BLUE value IS 246 (96.48% from 255) = 46.50%
R=34.03%
G=19.47%
B=46.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1801032460.270.5800.04272.3188.8268.43
HexB467F61B3A041105944
Octal264147366337204420131104
Binary1011010011001111111011011011111010010010001000010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B467F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B467F6; }

 p { color: rgb(180,103,246); }

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

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

 a { background-color: rgb(180,103,246); }

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

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

 span { border-color: rgb(180,103,246); }

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