#B65CC6

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

Shades of Medium Orchid #B65CC6

Tints of Medium Orchid #B65CC6

Color information

#B65CC6 (or 0xB65CC6) is unknown color: approx Medium Orchid. HEX triplet: B6, 5C and C6. RGB value is (182,92,198). Sum of RGB (Red+Green+Blue) = 182+92+198=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 198 - color contains mainly: blue. Hex color #B65CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65CC6 is #49A339. Grayscale: #828282. Windows color (decimal): -4825914 or 12999862. OLE color: 12999862.

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

Color convert

RGB18292198-
CMYK0.080.5400.22
HSL290.94º48.18%56.86%-
HSV(B)290.94º53.54%77.65%-
XYZ33.3121.6855.85-
YUV130.99165.82164.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.56%
GREEN value IS 92 (36.33% from 255) = 19.49%
BLUE value IS 198 (77.73% from 255) = 41.95%
R=38.56%
G=19.49%
B=41.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal182921980.080.5400.22290.9448.1856.86
HexB65CC68360161233039
Octal26613430610660264436071
Binary101101101011100110001101000110110010110100100011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65CC6; }

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

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

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

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

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

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

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

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