#B36FC1

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

Shades of Medium Orchid #B36FC1

Tints of Medium Orchid #B36FC1

Color information

#B36FC1 (or 0xB36FC1) is unknown color: approx Medium Orchid. HEX triplet: B3, 6F and C1. RGB value is (179,111,193). Sum of RGB (Red+Green+Blue) = 179+111+193=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 193 - color contains mainly: blue. Hex color #B36FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36FC1 is #4C903E. Grayscale: #8C8C8C. Windows color (decimal): -5017663 or 12677043. OLE color: 12677043.

HSL color Cylindrical-coordinate representation of color #B36FC1: hue angle of 289.76º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B36FC1 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB179111193-
CMYK0.070.4200.24
HSL289.76º39.81%59.61%-
HSV(B)289.76º42.49%75.69%-
XYZ33.924.853.45-
YUV140.68157.53155.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.06%
GREEN value IS 111 (43.75% from 255) = 22.98%
BLUE value IS 193 (75.78% from 255) = 39.96%
R=37.06%
G=22.98%
B=39.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791111930.070.4200.24289.7639.8159.61
HexB36FC172A018122283c
Octal2631573017520304425074
Binary10110011110111111000001111101010011000100100010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36FC1; }

 p { color: rgb(179,111,193); }

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

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

 a { background-color: rgb(179,111,193); }

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

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

 span { border-color: rgb(179,111,193); }

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