#b663c5

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

Shades of Medium Orchid #B663C5

Tints of Medium Orchid #B663C5

Color information

#B663C5 (or 0xB663C5) is unknown color: approx Medium Orchid. HEX triplet: B6, 63 and C5. RGB value is (182,99,197). Sum of RGB (Red+Green+Blue) = 182+99+197=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 197 (77.34% from 255 or 41.21% from 478); Max value from RGB is 197 - color contains mainly: blue. Hex color #B663C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B663C5 is #499C3A. Grayscale: #868686. Windows color (decimal): -4824123 or 12936118. OLE color: 12936118.

HSL color Cylindrical-coordinate representation of color #B663C5: hue angle of 290.82º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B663C5 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18299197-
CMYK0.080.5000.23
HSL290.82º45.79%58.04%-
HSV(B)290.82º49.75%77.25%-
XYZ33.8322.955.46-
YUV134.99163161.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.08%
GREEN value IS 99 (39.06% from 255) = 20.71%
BLUE value IS 197 (77.34% from 255) = 41.21%
R=38.08%
G=20.71%
B=41.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal182991970.080.5000.23290.8245.7958.04
HexB663C58320171232e3a
Octal26614330510620274435672
Binary101101101100011110001011000110010010111100100011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b663c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b663c5; }

 p { color: rgb(182,99,197); }

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

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

 a { background-color: rgb(182,99,197); }

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

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

 span { border-color: rgb(182,99,197); }

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