Html Css Color HEX #B16CC0 Medium Orchid

📋 copy color: '#B16CC0'

red 177 ◦ green 108 ◦ blue 192

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

Shades of Medium Orchid #B16CC0

Tints of Medium Orchid #B16CC0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.64%

 BLUE value IS 192 (75.39% from 255) = 40.25%

R = 37.11%
G = 22.64%
B = 40.25%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B16CC0 (or 0xB16CC0) is known color: Medium Orchid. HEX triplet: B1, 6C and C0. RGB value is (177,108,192). Sum of RGB (Red+Green+Blue) = 177+108+192=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 192 - color contains mainly: blue. Hex color #B16CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16CC0 is #4E933F. Grayscale: #898989. Windows color (decimal): -5149504 or 12610737. OLE color: 12610737.

HSL color Cylindrical-coordinate representation of color #B16CC0: hue angle of 289.29º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B16CC0 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 108 192 -
CMYK 0.08 0.44 0 0.25
HSL 289.29º 0.4% 0.59% -
HSV(B) 289.29º 0.44% 0.75% -
XYZ 33.01 23.88 52.74 -
YUV 138.21 158.36 155.67 -
System Red Green Blue C M Y K H S L
Decimal 177 108 192 0.08 0.44 0 0.25 289.29 0.4 0.59
Hex B1 6C C0 8 2C 0 19 121 28 3B
Octal 261 154 300 10 54 0 31 441 50 73
Binary 10110001 1101100 11000000 1000 101100 0 11001 100100001 101000 111011

Color Harmonies of #B16CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16CC0

Black with #B16CC0

Text Example


Text Example

White with #B16CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16CC0; }

 p { color: rgb(177,108,192); }

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

background-color css

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

 a { background-color: rgb(177,108,192); }

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

border-color css

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

 span { border-color: rgb(177,108,192); }

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