#b65fc6

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

Shades of Medium Orchid #B65FC6

Tints of Medium Orchid #B65FC6

Color information

#B65FC6 (or 0xB65FC6) is unknown color: approx Medium Orchid. HEX triplet: B6, 5F and C6. RGB value is (182,95,198). Sum of RGB (Red+Green+Blue) = 182+95+198=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 95 (37.5% from 255 or 20% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 198 - color contains mainly: blue. Hex color #B65FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65FC6 is #49A039. Grayscale: #848484. Windows color (decimal): -4825146 or 13000630. OLE color: 13000630.

HSL color Cylindrical-coordinate representation of color #B65FC6: hue angle of 290.68º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B65FC6 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18295198-
CMYK0.080.5200.22
HSL290.68º47.47%57.45%-
HSV(B)290.68º52.02%77.65%-
XYZ33.5822.2155.94-
YUV132.76164.82163.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.32%
GREEN value IS 95 (37.5% from 255) = 20%
BLUE value IS 198 (77.73% from 255) = 41.68%
R=38.32%
G=20%
B=41.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal182951980.080.5200.22290.6847.4757.45
HexB65FC68340161232f39
Octal26613730610640264435771
Binary101101101011111110001101000110100010110100100011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b65fc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b65fc6; }

 p { color: rgb(182,95,198); }

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

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

 a { background-color: rgb(182,95,198); }

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

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

 span { border-color: rgb(182,95,198); }

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