Html Css Color HEX #B16DD2 Medium Orchid

📋 copy color: '#B16DD2'

red 177 ◦ green 109 ◦ blue 210

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

Shades of Medium Orchid #B16DD2

Tints of Medium Orchid #B16DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.34%

R = 35.69%
G = 21.98%
B = 42.34%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B16DD2 (or 0xB16DD2) is known color: Medium Orchid. HEX triplet: B1, 6D and D2. RGB value is (177,109,210). Sum of RGB (Red+Green+Blue) = 177+109+210=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 210 (82.42% from 255 or 42.34% from 496); Max value from RGB is 210 - color contains mainly: blue. Hex color #B16DD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16DD2 is #4E922D. Grayscale: #8C8C8C. Windows color (decimal): -5149230 or 13790641. OLE color: 13790641.

HSL color Cylindrical-coordinate representation of color #B16DD2: hue angle of 280.4º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B16DD2 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 109 210 -
CMYK 0.16 0.48 0 0.18
HSL 280.4º 0.53% 0.63% -
HSV(B) 280.4º 0.48% 0.82% -
XYZ 35.23 24.94 63.93 -
YUV 140.85 167.03 153.79 -
System Red Green Blue C M Y K H S L
Decimal 177 109 210 0.16 0.48 0 0.18 280.4 0.53 0.63
Hex B1 6D D2 10 30 0 12 118 35 3F
Octal 261 155 322 20 60 0 22 430 65 77
Binary 10110001 1101101 11010010 10000 110000 0 10010 100011000 110101 111111

Color Harmonies of #B16DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16DD2

Black with #B16DD2

Text Example


Text Example

White with #B16DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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