#B36DE1

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

Shades of Medium Orchid #B36DE1

Tints of Medium Orchid #B36DE1

Color information

#B36DE1 (or 0xB36DE1) is unknown color: approx Medium Orchid. HEX triplet: B3, 6D and E1. RGB value is (179,109,225). Sum of RGB (Red+Green+Blue) = 179+109+225=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 225 (88.28% from 255 or 43.86% from 513); Max value from RGB is 225 - color contains mainly: blue. Hex color #B36DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36DE1 is #4C921E. Grayscale: #8E8E8E. Windows color (decimal): -5018143 or 14773683. OLE color: 14773683.

HSL color Cylindrical-coordinate representation of color #B36DE1: hue angle of 276.21º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B36DE1 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB179109225-
CMYK0.200.5200.12
HSL276.21º65.91%65.49%-
HSV(B)276.21º51.56%88.24%-
XYZ37.6525.9674.26-
YUV143.15174.19153.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.89%
GREEN value IS 109 (42.97% from 255) = 21.25%
BLUE value IS 225 (88.28% from 255) = 43.86%
R=34.89%
G=21.25%
B=43.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1791092250.200.5200.12276.2165.9165.49
HexB36DE114340C1144241
Octal2631553412464014424102101
Binary10110011110110111100001101001101000110010001010010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36DE1; }

 p { color: rgb(179,109,225); }

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

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

 a { background-color: rgb(179,109,225); }

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

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

 span { border-color: rgb(179,109,225); }

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