Html Css Color HEX #B36EE0 Medium Orchid

📋 copy color: '#B36EE0'

red 179 ◦ green 110 ◦ blue 224

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

Shades of Medium Orchid #B36EE0

Tints of Medium Orchid #B36EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.66%

R = 34.89%
G = 21.44%
B = 43.66%

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

#B36EE0 (or 0xB36EE0) is known color: Medium Orchid. HEX triplet: B3, 6E and E0. RGB value is (179,110,224). Sum of RGB (Red+Green+Blue) = 179+110+224=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 224 - color contains mainly: blue. Hex color #B36EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36EE0 is #4C911F. Grayscale: #8F8F8F. Windows color (decimal): -5017888 or 14708403. OLE color: 14708403.

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

Color convert

RGB 179 110 224 -
CMYK 0.20 0.51 0 0.12
HSL 276.32º 0.65% 0.65% -
HSV(B) 276.32º 0.51% 0.88% -
XYZ 37.62 26.12 73.58 -
YUV 143.63 173.36 153.23 -
System Red Green Blue C M Y K H S L
Decimal 179 110 224 0.20 0.51 0 0.12 276.32 0.65 0.65
Hex B3 6E E0 14 33 0 C 114 41 41
Octal 263 156 340 24 63 0 14 424 101 101
Binary 10110011 1101110 11100000 10100 110011 0 1100 100010100 1000001 1000001

Color Harmonies of #B36EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36EE0

Black with #B36EE0

Text Example


Text Example

White with #B36EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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