#B465F0

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

Shades of Medium Orchid #B465F0

Tints of Medium Orchid #B465F0

Color information

#B465F0 (or 0xB465F0) is unknown color: approx Medium Orchid. HEX triplet: B4, 65 and F0. RGB value is (180,101,240). Sum of RGB (Red+Green+Blue) = 180+101+240=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 101 (39.84% from 255 or 19.39% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #B465F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B465F0 is #4B9A0F. Grayscale: #8B8B8B. Windows color (decimal): -4954640 or 15754676. OLE color: 15754676.

HSL color Cylindrical-coordinate representation of color #B465F0: hue angle of 274.1º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B465F0 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB180101240-
CMYK0.250.5800.06
HSL274.1º82.25%66.86%-
HSV(B)274.1º57.92%94.12%-
XYZ39.225.385.26-
YUV140.47184.17156.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.55%
GREEN value IS 101 (39.84% from 255) = 19.39%
BLUE value IS 240 (94.14% from 255) = 46.07%
R=34.55%
G=19.39%
B=46.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1801012400.250.5800.06274.182.2566.86
HexB465F0193A061125243
Octal264145360317206422122103
Binary1011010011001011111000011001111010011010001001010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B465F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B465F0; }

 p { color: rgb(180,101,240); }

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

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

 a { background-color: rgb(180,101,240); }

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

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

 span { border-color: rgb(180,101,240); }

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