Html Css Color HEX #B36EC9 Medium Orchid

📋 copy color: '#B36EC9'

red 179 ◦ green 110 ◦ blue 201

#B36EC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B36EC9

Tints of Medium Orchid #B36EC9

RGB

 RED value IS 179 (70.31% from 255) = 36.53%

 GREEN value IS 110 (43.36% from 255) = 22.45%

 BLUE value IS 201 (78.91% from 255) = 41.02%

R = 36.53%
G = 22.45%
B = 41.02%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B36EC9 (or 0xB36EC9) is known color: Medium Orchid. HEX triplet: B3, 6E and C9. RGB value is (179,110,201). Sum of RGB (Red+Green+Blue) = 179+110+201=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 110 (43.36% from 255 or 22.45% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 201 - color contains mainly: blue. Hex color #B36EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36EC9 is #4C9136. Grayscale: #8C8C8C. Windows color (decimal): -5017911 or 13201075. OLE color: 13201075.

HSL color Cylindrical-coordinate representation of color #B36EC9: hue angle of 285.49º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B36EC9 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 179 110 201 -
CMYK 0.11 0.45 0 0.21
HSL 285.49º 0.46% 0.61% -
HSV(B) 285.49º 0.45% 0.79% -
XYZ 34.71 24.95 58.25 -
YUV 141.01 161.86 155.1 -
System Red Green Blue C M Y K H S L
Decimal 179 110 201 0.11 0.45 0 0.21 285.49 0.46 0.61
Hex B3 6E C9 B 2D 0 15 11D 2E 3D
Octal 263 156 311 13 55 0 25 435 56 75
Binary 10110011 1101110 11001001 1011 101101 0 10101 100011101 101110 111101

Color Harmonies of #B36EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36EC9

Black with #B36EC9

Text Example


Text Example

White with #B36EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36EC9; }

 p { color: rgb(179,110,201); }

 H1.HeaderClassName
 {
   color: #B36EC9;
 }
 .AnyTagClassName
 {
   color: #B36EC9;
 }
</style>

background-color css

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

 a { background-color: rgb(179,110,201); }

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

border-color css

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

 span { border-color: rgb(179,110,201); }

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