#B650FB

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

Shades of Medium Orchid #B650FB

Tints of Medium Orchid #B650FB

Color information

#B650FB (or 0xB650FB) is unknown color: approx Medium Orchid. HEX triplet: B6, 50 and FB. RGB value is (182,80,251). Sum of RGB (Red+Green+Blue) = 182+80+251=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 80 (31.64% from 255 or 15.59% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #B650FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B650FB is #49AF04. Grayscale: #818181. Windows color (decimal): -4828933 or 16470198. OLE color: 16470198.

HSL color Cylindrical-coordinate representation of color #B650FB: hue angle of 275.79º degrees, saturation: 0.96, 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 #B650FB is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18280251-
CMYK0.270.6800.02
HSL275.79º95.53%64.9%-
HSV(B)275.79º68.13%98.43%-
XYZ39.5722.6593.55-
YUV129.99196.29165.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.48%
GREEN value IS 80 (31.64% from 255) = 15.59%
BLUE value IS 251 (98.44% from 255) = 48.93%
R=35.48%
G=15.59%
B=48.93%

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
Decimal182802510.270.6800.02275.7995.5364.9
HexB650FB1B44021146041
Octal2661203733310402424140101
Binary1011011010100001111101111011100010001010001010011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B650FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B650FB; }

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

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

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

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

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

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

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

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