#B650F8

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

Shades of Medium Orchid #B650F8

Tints of Medium Orchid #B650F8

Color information

#B650F8 (or 0xB650F8) is unknown color: approx Medium Orchid. HEX triplet: B6, 50 and F8. RGB value is (182,80,248). Sum of RGB (Red+Green+Blue) = 182+80+248=510 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.69% from 510); Green value is 80 (31.64% from 255 or 15.69% from 510); Blue value is 248 (97.27% from 255 or 48.63% from 510); Max value from RGB is 248 - color contains mainly: blue. Hex color #B650F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B650F8 is #49AF07. Grayscale: #818181. Windows color (decimal): -4828936 or 16273590. OLE color: 16273590.

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

Color convert

RGB18280248-
CMYK0.270.6800.03
HSL276.43º92.31%64.31%-
HSV(B)276.43º67.74%97.25%-
XYZ39.122.4691.08-
YUV129.65194.79165.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.69%
GREEN value IS 80 (31.64% from 255) = 15.69%
BLUE value IS 248 (97.27% from 255) = 48.63%
R=35.69%
G=15.69%
B=48.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal182802480.270.6800.03276.4392.3164.31
HexB650F81B44031145c40
Octal2661203703310403424134100
Binary1011011010100001111100011011100010001110001010010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B650F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B650F8; }

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

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

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

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

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

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

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

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