#B961C7

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

Shades of Medium Orchid #B961C7

Tints of Medium Orchid #B961C7

Color information

#B961C7 (or 0xB961C7) is unknown color: approx Medium Orchid. HEX triplet: B9, 61 and C7. RGB value is (185,97,199). Sum of RGB (Red+Green+Blue) = 185+97+199=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 97 (38.28% from 255 or 20.17% from 481); Blue value is 199 (78.12% from 255 or 41.37% from 481); Max value from RGB is 199 - color contains mainly: blue. Hex color #B961C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B961C7 is #469E38. Grayscale: #868686. Windows color (decimal): -4628025 or 13066681. OLE color: 13066681.

HSL color Cylindrical-coordinate representation of color #B961C7: hue angle of 291.76º 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 #B961C7 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18597199-
CMYK0.070.5100.22
HSL291.76º47.66%58.04%-
HSV(B)291.76º51.26%78.04%-
XYZ34.5922.9956.65-
YUV134.94164.15163.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.46%
GREEN value IS 97 (38.28% from 255) = 20.17%
BLUE value IS 199 (78.12% from 255) = 41.37%
R=38.46%
G=20.17%
B=41.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal185971990.070.5100.22291.7647.6658.04
HexB961C7733016124303a
Octal2711413077630264446072
Binary10111001110000111000111111110011010110100100100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B961C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B961C7; }

 p { color: rgb(185,97,199); }

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

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

 a { background-color: rgb(185,97,199); }

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

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

 span { border-color: rgb(185,97,199); }

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