#B36CC1

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

Shades of Medium Orchid #B36CC1

Tints of Medium Orchid #B36CC1

Color information

#B36CC1 (or 0xB36CC1) is unknown color: approx Medium Orchid. HEX triplet: B3, 6C and C1. RGB value is (179,108,193). Sum of RGB (Red+Green+Blue) = 179+108+193=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 193 - color contains mainly: blue. Hex color #B36CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36CC1 is #4C933E. Grayscale: #8A8A8A. Windows color (decimal): -5018431 or 12676275. OLE color: 12676275.

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

Color convert

RGB179108193-
CMYK0.070.4400.24
HSL290.12º40.67%59.02%-
HSV(B)290.12º44.04%75.69%-
XYZ33.5824.1653.35-
YUV138.92158.52156.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.29%
GREEN value IS 108 (42.58% from 255) = 22.5%
BLUE value IS 193 (75.78% from 255) = 40.21%
R=37.29%
G=22.5%
B=40.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791081930.070.4400.24290.1240.6759.02
HexB36CC172C018122293b
Octal2631543017540304425173
Binary10110011110110011000001111101100011000100100010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36CC1; }

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

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

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

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

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

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

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

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