#B662C8

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

Shades of Medium Orchid #B662C8

Tints of Medium Orchid #B662C8

Color information

#B662C8 (or 0xB662C8) is unknown color: approx Medium Orchid. HEX triplet: B6, 62 and C8. RGB value is (182,98,200). Sum of RGB (Red+Green+Blue) = 182+98+200=480 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.92% from 480); Green value is 98 (38.67% from 255 or 20.42% from 480); Blue value is 200 (78.52% from 255 or 41.67% from 480); Max value from RGB is 200 - color contains mainly: blue. Hex color #B662C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B662C8 is #499D37. Grayscale: #868686. Windows color (decimal): -4824376 or 13132470. OLE color: 13132470.

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

Color convert

RGB18298200-
CMYK0.090.5100.22
HSL289.41º48.11%58.43%-
HSV(B)289.41º51%78.43%-
XYZ34.0822.8557.26-
YUV134.74164.83161.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.92%
GREEN value IS 98 (38.67% from 255) = 20.42%
BLUE value IS 200 (78.52% from 255) = 41.67%
R=37.92%
G=20.42%
B=41.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal182982000.090.5100.22289.4148.1158.43
HexB662C8933016121303a
Octal26614231011630264416072
Binary101101101100010110010001001110011010110100100001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B662C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B662C8; }

 p { color: rgb(182,98,200); }

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

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

 a { background-color: rgb(182,98,200); }

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

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

 span { border-color: rgb(182,98,200); }

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