Html Css Color HEX #B16CC2 Medium Orchid

📋 copy color: '#B16CC2'

red 177 ◦ green 108 ◦ blue 194

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

Shades of Medium Orchid #B16CC2

Tints of Medium Orchid #B16CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40.5%

R = 36.95%
G = 22.55%
B = 40.5%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B16CC2 (or 0xB16CC2) is known color: Medium Orchid. HEX triplet: B1, 6C and C2. RGB value is (177,108,194). Sum of RGB (Red+Green+Blue) = 177+108+194=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 194 - color contains mainly: blue. Hex color #B16CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16CC2 is #4E933D. Grayscale: #8A8A8A. Windows color (decimal): -5149502 or 12741809. OLE color: 12741809.

HSL color Cylindrical-coordinate representation of color #B16CC2: hue angle of 288.14º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B16CC2 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 108 194 -
CMYK 0.09 0.44 0 0.24
HSL 288.14º 0.41% 0.59% -
HSV(B) 288.14º 0.44% 0.76% -
XYZ 33.23 23.97 53.91 -
YUV 138.44 159.36 155.51 -
System Red Green Blue C M Y K H S L
Decimal 177 108 194 0.09 0.44 0 0.24 288.14 0.41 0.59
Hex B1 6C C2 9 2C 0 18 120 29 3B
Octal 261 154 302 11 54 0 30 440 51 73
Binary 10110001 1101100 11000010 1001 101100 0 11000 100100000 101001 111011

Color Harmonies of #B16CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16CC2

Black with #B16CC2

Text Example


Text Example

White with #B16CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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