Html Css Color HEX #B16DBF Medium Orchid

📋 copy color: '#B16DBF'

red 177 ◦ green 109 ◦ blue 191

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

Shades of Medium Orchid #B16DBF

Tints of Medium Orchid #B16DBF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.85%

 BLUE value IS 191 (75% from 255) = 40.04%

R = 37.11%
G = 22.85%
B = 40.04%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B16DBF (or 0xB16DBF) is known color: Medium Orchid. HEX triplet: B1, 6D and BF. RGB value is (177,109,191). Sum of RGB (Red+Green+Blue) = 177+109+191=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #B16DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16DBF is #4E9240. Grayscale: #8A8A8A. Windows color (decimal): -5149249 or 12545457. OLE color: 12545457.

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

Color convert

RGB 177 109 191 -
CMYK 0.07 0.43 0 0.25
HSL 289.76º 0.39% 0.59% -
HSV(B) 289.76º 0.43% 0.75% -
XYZ 33 24.05 52.19 -
YUV 138.68 157.53 155.33 -
System Red Green Blue C M Y K H S L
Decimal 177 109 191 0.07 0.43 0 0.25 289.76 0.39 0.59
Hex B1 6D BF 7 2B 0 19 122 27 3B
Octal 261 155 277 7 53 0 31 442 47 73
Binary 10110001 1101101 10111111 111 101011 0 11001 100100010 100111 111011

Color Harmonies of #B16DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16DBF

Black with #B16DBF

Text Example


Text Example

White with #B16DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16DBF; }

 p { color: rgb(177,109,191); }

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

background-color css

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

 a { background-color: rgb(177,109,191); }

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

border-color css

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

 span { border-color: rgb(177,109,191); }

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