#B658FD

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

Shades of Medium Orchid #B658FD

Tints of Medium Orchid #B658FD

Color information

#B658FD (or 0xB658FD) is unknown color: approx Medium Orchid. HEX triplet: B6, 58 and FD. RGB value is (182,88,253). Sum of RGB (Red+Green+Blue) = 182+88+253=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 88 (34.77% from 255 or 16.83% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #B658FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B658FD is #49A702. Grayscale: #868686. Windows color (decimal): -4826883 or 16603318. OLE color: 16603318.

HSL color Cylindrical-coordinate representation of color #B658FD: hue angle of 274.18º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B658FD is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18288253-
CMYK0.280.6500.01
HSL274.18º97.63%66.86%-
HSV(B)274.18º65.22%99.22%-
XYZ40.5124.0295.43-
YUV134.92194.64161.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.80%
GREEN value IS 88 (34.77% from 255) = 16.83%
BLUE value IS 253 (99.22% from 255) = 48.37%
R=34.80%
G=16.83%
B=48.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal182882530.280.6500.01274.1897.6366.86
HexB658FD1C41011126243
Octal2661303753410101422142103
Binary101101101011000111111011110010000010110001001011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B658FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B658FD; }

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

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

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

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

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

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

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

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