#B36CE7

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

Shades of Medium Orchid #B36CE7

Tints of Medium Orchid #B36CE7

Color information

#B36CE7 (or 0xB36CE7) is unknown color: approx Medium Orchid. HEX triplet: B3, 6C and E7. RGB value is (179,108,231). Sum of RGB (Red+Green+Blue) = 179+108+231=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 231 (90.62% from 255 or 44.59% from 518); Max value from RGB is 231 - color contains mainly: blue. Hex color #B36CE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B36CE7 is #4C9318. Grayscale: #8E8E8E. Windows color (decimal): -5018393 or 15166643. OLE color: 15166643.

HSL color Cylindrical-coordinate representation of color #B36CE7: hue angle of 274.63º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B36CE7 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB179108231-
CMYK0.230.5300.09
HSL274.63º71.93%66.47%-
HSV(B)274.63º53.25%90.59%-
XYZ38.3826.0878.61-
YUV143.25177.52153.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.56%
GREEN value IS 108 (42.58% from 255) = 20.85%
BLUE value IS 231 (90.62% from 255) = 44.59%
R=34.56%
G=20.85%
B=44.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1791082310.230.5300.09274.6371.9366.47
HexB36CE71735091134842
Octal2631543472765011423110102
Binary10110011110110011100111101111101010100110001001110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36CE7; }

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

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

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

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

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

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

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

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