Html Css Color HEX #B16CD6 Medium Orchid

📋 copy color: '#B16CD6'

red 177 ◦ green 108 ◦ blue 214

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

Shades of Medium Orchid #B16CD6

Tints of Medium Orchid #B16CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.89%

R = 35.47%
G = 21.64%
B = 42.89%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B16CD6 (or 0xB16CD6) is known color: Medium Orchid. HEX triplet: B1, 6C and D6. RGB value is (177,108,214). Sum of RGB (Red+Green+Blue) = 177+108+214=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 214 (83.98% from 255 or 42.89% from 499); Max value from RGB is 214 - color contains mainly: blue. Hex color #B16CD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16CD6 is #4E9329. Grayscale: #8C8C8C. Windows color (decimal): -5149482 or 14052529. OLE color: 14052529.

HSL color Cylindrical-coordinate representation of color #B16CD6: hue angle of 279.06º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B16CD6 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 108 214 -
CMYK 0.17 0.50 0 0.16
HSL 279.06º 0.56% 0.63% -
HSV(B) 279.06º 0.5% 0.84% -
XYZ 35.63 24.93 66.55 -
YUV 140.72 169.36 153.88 -
System Red Green Blue C M Y K H S L
Decimal 177 108 214 0.17 0.50 0 0.16 279.06 0.56 0.63
Hex B1 6C D6 11 32 0 10 117 38 3F
Octal 261 154 326 21 62 0 20 427 70 77
Binary 10110001 1101100 11010110 10001 110010 0 10000 100010111 111000 111111

Color Harmonies of #B16CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16CD6

Black with #B16CD6

Text Example


Text Example

White with #B16CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16CD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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