Html Css Color HEX #B36EE1 Medium Orchid

📋 copy color: '#B36EE1'

red 179 ◦ green 110 ◦ blue 225

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

Shades of Medium Orchid #B36EE1

Tints of Medium Orchid #B36EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.77%

R = 34.82%
G = 21.4%
B = 43.77%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B36EE1 (or 0xB36EE1) is known color: Medium Orchid. HEX triplet: B3, 6E and E1. RGB value is (179,110,225). Sum of RGB (Red+Green+Blue) = 179+110+225=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 225 (88.28% from 255 or 43.77% from 514); Max value from RGB is 225 - color contains mainly: blue. Hex color #B36EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36EE1 is #4C911E. Grayscale: #8F8F8F. Windows color (decimal): -5017887 or 14773939. OLE color: 14773939.

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

Color convert

RGB 179 110 225 -
CMYK 0.20 0.51 0 0.12
HSL 276º 0.66% 0.66% -
HSV(B) 276º 0.51% 0.88% -
XYZ 37.76 26.17 74.3 -
YUV 143.74 173.86 153.15 -
System Red Green Blue C M Y K H S L
Decimal 179 110 225 0.20 0.51 0 0.12 276 0.66 0.66
Hex B3 6E E1 14 33 0 C 114 42 42
Octal 263 156 341 24 63 0 14 424 102 102
Binary 10110011 1101110 11100001 10100 110011 0 1100 100010100 1000010 1000010

Color Harmonies of #B36EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36EE1

Black with #B36EE1

Text Example


Text Example

White with #B36EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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