Html Css Color HEX #B36EE6 Medium Orchid

📋 copy color: '#B36EE6'

red 179 ◦ green 110 ◦ blue 230

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

Shades of Medium Orchid #B36EE6

Tints of Medium Orchid #B36EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.32%

R = 34.49%
G = 21.19%
B = 44.32%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B36EE6 (or 0xB36EE6) is known color: Medium Orchid. HEX triplet: B3, 6E and E6. RGB value is (179,110,230). Sum of RGB (Red+Green+Blue) = 179+110+230=519 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.49% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 230 (90.23% from 255 or 44.32% from 519); Max value from RGB is 230 - color contains mainly: blue. Hex color #B36EE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B36EE6 is #4C9119. Grayscale: #8F8F8F. Windows color (decimal): -5017882 or 15101619. OLE color: 15101619.

HSL color Cylindrical-coordinate representation of color #B36EE6: hue angle of 274.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B36EE6 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 179 110 230 -
CMYK 0.22 0.52 0 0.10
HSL 274.5º 0.71% 0.67% -
HSV(B) 274.5º 0.52% 0.9% -
XYZ 38.45 26.45 77.94 -
YUV 144.31 176.36 152.74 -
System Red Green Blue C M Y K H S L
Decimal 179 110 230 0.22 0.52 0 0.10 274.5 0.71 0.67
Hex B3 6E E6 16 34 0 A 112 47 43
Octal 263 156 346 26 64 0 12 422 107 103
Binary 10110011 1101110 11100110 10110 110100 0 1010 100010010 1000111 1000011

Color Harmonies of #B36EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36EE6

Black with #B36EE6

Text Example


Text Example

White with #B36EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36EE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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