#B650FA

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

Shades of Medium Orchid #B650FA

Tints of Medium Orchid #B650FA

Color information

#B650FA (or 0xB650FA) is unknown color: approx Medium Orchid. HEX triplet: B6, 50 and FA. RGB value is (182,80,250). Sum of RGB (Red+Green+Blue) = 182+80+250=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 80 (31.64% from 255 or 15.62% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #B650FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B650FA is #49AF05. Grayscale: #818181. Windows color (decimal): -4828934 or 16404662. OLE color: 16404662.

HSL color Cylindrical-coordinate representation of color #B650FA: hue angle of 276º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B650FA is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18280250-
CMYK0.270.6800.02
HSL276º94.44%64.71%-
HSV(B)276º68%98.04%-
XYZ39.4222.5892.72-
YUV129.88195.79165.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.55%
GREEN value IS 80 (31.64% from 255) = 15.62%
BLUE value IS 250 (98.05% from 255) = 48.83%
R=35.55%
G=15.62%
B=48.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal182802500.270.6800.0227694.4464.71
HexB650FA1B44021145e41
Octal2661203723310402424136101
Binary1011011010100001111101011011100010001010001010010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B650FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B650FA; }

 p { color: rgb(182,80,250); }

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

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

 a { background-color: rgb(182,80,250); }

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

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

 span { border-color: rgb(182,80,250); }

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