Html Css Color HEX #B16ECC Medium Orchid

📋 copy color: '#B16ECC'

red 177 ◦ green 110 ◦ blue 204

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

Shades of Medium Orchid #B16ECC

Tints of Medium Orchid #B16ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.55%

R = 36.05%
G = 22.4%
B = 41.55%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B16ECC (or 0xB16ECC) is known color: Medium Orchid. HEX triplet: B1, 6E and CC. RGB value is (177,110,204). Sum of RGB (Red+Green+Blue) = 177+110+204=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #B16ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16ECC is #4E9133. Grayscale: #8C8C8C. Windows color (decimal): -5148980 or 13397681. OLE color: 13397681.

HSL color Cylindrical-coordinate representation of color #B16ECC: hue angle of 282.77º degrees, saturation: 0.48, 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 #B16ECC is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 177 110 204 -
CMYK 0.13 0.46 0 0.2
HSL 282.77º 0.48% 0.62% -
HSV(B) 282.77º 0.46% 0.8% -
XYZ 34.61 24.86 60.1 -
YUV 140.75 163.7 153.86 -
System Red Green Blue C M Y K H S L
Decimal 177 110 204 0.13 0.46 0 0.2 282.77 0.48 0.62
Hex B1 6E CC D 2E 0 14 11B 30 3E
Octal 261 156 314 15 56 0 24 433 60 76
Binary 10110001 1101110 11001100 1101 101110 0 10100 100011011 110000 111110

Color Harmonies of #B16ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16ECC

Black with #B16ECC

Text Example


Text Example

White with #B16ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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