#B465F9

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

Shades of Medium Orchid #B465F9

Tints of Medium Orchid #B465F9

Color information

#B465F9 (or 0xB465F9) is unknown color: approx Medium Orchid. HEX triplet: B4, 65 and F9. RGB value is (180,101,249). Sum of RGB (Red+Green+Blue) = 180+101+249=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 101 (39.84% from 255 or 19.06% from 530); Blue value is 249 (97.66% from 255 or 46.98% from 530); Max value from RGB is 249 - color contains mainly: blue. Hex color #B465F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B465F9 is #4B9A06. Grayscale: #8C8C8C. Windows color (decimal): -4954631 or 16344500. OLE color: 16344500.

HSL color Cylindrical-coordinate representation of color #B465F9: hue angle of 272.03º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B465F9 is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB180101249-
CMYK0.280.5900.02
HSL272.03º92.5%68.63%-
HSV(B)272.03º59.44%97.65%-
XYZ40.5725.8592.47-
YUV141.49188.67155.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.96%
GREEN value IS 101 (39.84% from 255) = 19.06%
BLUE value IS 249 (97.66% from 255) = 46.98%
R=33.96%
G=19.06%
B=46.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1801012490.280.5900.02272.0392.568.63
HexB465F91C3B021105c45
Octal264145371347302420134105
Binary101101001100101111110011110011101101010001000010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B465F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B465F9; }

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

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

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

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

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

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

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

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