#B658FB

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

Shades of Medium Orchid #B658FB

Tints of Medium Orchid #B658FB

Color information

#B658FB (or 0xB658FB) is unknown color: approx Medium Orchid. HEX triplet: B6, 58 and FB. RGB value is (182,88,251). Sum of RGB (Red+Green+Blue) = 182+88+251=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 88 (34.77% from 255 or 16.89% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #B658FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B658FB is #49A704. Grayscale: #868686. Windows color (decimal): -4826885 or 16472246. OLE color: 16472246.

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

Color convert

RGB18288251-
CMYK0.270.6500.02
HSL274.6º95.32%66.47%-
HSV(B)274.6º64.94%98.43%-
XYZ40.1923.8993.76-
YUV134.69193.64161.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.93%
GREEN value IS 88 (34.77% from 255) = 16.89%
BLUE value IS 251 (98.44% from 255) = 48.18%
R=34.93%
G=16.89%
B=48.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal182882510.270.6500.02274.695.3266.47
HexB658FB1B41021135f42
Octal2661303733310102423137102
Binary1011011010110001111101111011100000101010001001110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B658FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B658FB; }

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

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

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

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

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

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

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

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