#B96ACF

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

Shades of Medium Orchid #B96ACF

Tints of Medium Orchid #B96ACF

Color information

#B96ACF (or 0xB96ACF) is unknown color: approx Medium Orchid. HEX triplet: B9, 6A and CF. RGB value is (185,106,207). Sum of RGB (Red+Green+Blue) = 185+106+207=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #B96ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96ACF is #469530. Grayscale: #8C8C8C. Windows color (decimal): -4625713 or 13593273. OLE color: 13593273.

HSL color Cylindrical-coordinate representation of color #B96ACF: hue angle of 286.93º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B96ACF is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB185106207-
CMYK0.110.4900.19
HSL286.93º51.27%61.37%-
HSV(B)286.93º48.79%81.18%-
XYZ36.4225.1361.96-
YUV141.14165.17159.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.15%
GREEN value IS 106 (41.80% from 255) = 21.29%
BLUE value IS 207 (81.25% from 255) = 41.57%
R=37.15%
G=21.29%
B=41.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851062070.110.4900.19286.9351.2761.37
HexB96ACFB3101311f333d
Octal27115231713610234376375
Binary101110011101010110011111011110001010011100011111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96ACF; }

 p { color: rgb(185,106,207); }

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

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

 a { background-color: rgb(185,106,207); }

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

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

 span { border-color: rgb(185,106,207); }

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