Html Css Color HEX #B16ECD Medium Orchid

📋 copy color: '#B16ECD'

red 177 ◦ green 110 ◦ blue 205

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

Shades of Medium Orchid #B16ECD

Tints of Medium Orchid #B16ECD

RGB

 RED value IS 177 (69.53% from 255) = 35.98%

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

 BLUE value IS 205 (80.47% from 255) = 41.67%

R = 35.98%
G = 22.36%
B = 41.67%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B16ECD (or 0xB16ECD) is known color: Medium Orchid. HEX triplet: B1, 6E and CD. RGB value is (177,110,205). Sum of RGB (Red+Green+Blue) = 177+110+205=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 110 (43.36% from 255 or 22.36% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #B16ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16ECD is #4E9132. Grayscale: #8C8C8C. Windows color (decimal): -5148979 or 13463217. OLE color: 13463217.

HSL color Cylindrical-coordinate representation of color #B16ECD: hue angle of 282.32º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B16ECD is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 110 205 -
CMYK 0.14 0.46 0 0.20
HSL 282.32º 0.49% 0.62% -
HSV(B) 282.32º 0.46% 0.8% -
XYZ 34.73 24.91 60.73 -
YUV 140.86 164.2 153.78 -
System Red Green Blue C M Y K H S L
Decimal 177 110 205 0.14 0.46 0 0.20 282.32 0.49 0.62
Hex B1 6E CD E 2E 0 14 11A 31 3E
Octal 261 156 315 16 56 0 24 432 61 76
Binary 10110001 1101110 11001101 1110 101110 0 10100 100011010 110001 111110

Color Harmonies of #B16ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16ECD

Black with #B16ECD

Text Example


Text Example

White with #B16ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16ECD; }

 p { color: rgb(177,110,205); }

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

background-color css

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

 a { background-color: rgb(177,110,205); }

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

border-color css

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

 span { border-color: rgb(177,110,205); }

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