#B655FC

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

Shades of Medium Orchid #B655FC

Tints of Medium Orchid #B655FC

Color information

#B655FC (or 0xB655FC) is unknown color: approx Medium Orchid. HEX triplet: B6, 55 and FC. RGB value is (182,85,252). Sum of RGB (Red+Green+Blue) = 182+85+252=519 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.07% from 519); Green value is 85 (33.59% from 255 or 16.38% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #B655FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B655FC is #49AA03. Grayscale: #848484. Windows color (decimal): -4827652 or 16537014. OLE color: 16537014.

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

Color convert

RGB18285252-
CMYK0.280.6600.01
HSL274.85º96.53%66.08%-
HSV(B)274.85º66.27%98.82%-
XYZ40.1123.4794.51-
YUV133.04195.14162.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.07%
GREEN value IS 85 (33.59% from 255) = 16.38%
BLUE value IS 252 (98.83% from 255) = 48.55%
R=35.07%
G=16.38%
B=48.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal182852520.280.6600.01274.8596.5366.08
HexB655FC1C42011136142
Octal2661253743410201423141102
Binary101101101010101111111001110010000100110001001111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B655FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B655FC; }

 p { color: rgb(182,85,252); }

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

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

 a { background-color: rgb(182,85,252); }

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

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

 span { border-color: rgb(182,85,252); }

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