#B660C8

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

Shades of Medium Orchid #B660C8

Tints of Medium Orchid #B660C8

Color information

#B660C8 (or 0xB660C8) is unknown color: approx Medium Orchid. HEX triplet: B6, 60 and C8. RGB value is (182,96,200). Sum of RGB (Red+Green+Blue) = 182+96+200=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 200 (78.52% from 255 or 41.84% from 478); Max value from RGB is 200 - color contains mainly: blue. Hex color #B660C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B660C8 is #499F37. Grayscale: #858585. Windows color (decimal): -4824888 or 13131958. OLE color: 13131958.

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

Color convert

RGB18296200-
CMYK0.090.5200.22
HSL289.62º48.6%58.04%-
HSV(B)289.62º52%78.43%-
XYZ33.922.4857.2-
YUV133.57165.49162.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.08%
GREEN value IS 96 (37.89% from 255) = 20.08%
BLUE value IS 200 (78.52% from 255) = 41.84%
R=38.08%
G=20.08%
B=41.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal182962000.090.5200.22289.6248.658.04
HexB660C8934016122313a
Octal26614031011640264426172
Binary101101101100000110010001001110100010110100100010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B660C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B660C8; }

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

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

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

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

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

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

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

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