#B936CF

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

Shades of Medium Orchid #B936CF

Tints of Medium Orchid #B936CF

Color information

#B936CF (or 0xB936CF) is unknown color: approx Medium Orchid. HEX triplet: B9, 36 and CF. RGB value is (185,54,207). Sum of RGB (Red+Green+Blue) = 185+54+207=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 54 (21.48% from 255 or 12.11% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #B936CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B936CF is #46C930. Grayscale: #6E6E6E. Windows color (decimal): -4639025 or 13579961. OLE color: 13579961.

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

Color convert

RGB18554207-
CMYK0.110.7400.19
HSL291.37º61.45%51.18%-
HSV(B)291.37º73.91%81.18%-
XYZ32.5917.4660.68-
YUV110.61182.4181.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.48%
GREEN value IS 54 (21.48% from 255) = 12.11%
BLUE value IS 207 (81.25% from 255) = 46.41%
R=41.48%
G=12.11%
B=46.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal185542070.110.7400.19291.3761.4551.18
HexB936CFB4A0131233d33
Octal27166317131120234437563
Binary101110011101101100111110111001010010011100100011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B936CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B936CF; }

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

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

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

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

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

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

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

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