Html Css Color HEX #B16BD5 Medium Orchid

📋 copy color: '#B16BD5'

red 177 ◦ green 107 ◦ blue 213

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

Shades of Medium Orchid #B16BD5

Tints of Medium Orchid #B16BD5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.53%

 BLUE value IS 213 (83.59% from 255) = 42.86%

R = 35.61%
G = 21.53%
B = 42.86%

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

#B16BD5 (or 0xB16BD5) is known color: Medium Orchid. HEX triplet: B1, 6B and D5. RGB value is (177,107,213). Sum of RGB (Red+Green+Blue) = 177+107+213=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 107 (42.19% from 255 or 21.53% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 213 - color contains mainly: blue. Hex color #B16BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16BD5 is #4E942A. Grayscale: #8B8B8B. Windows color (decimal): -5149739 or 13986737. OLE color: 13986737.

HSL color Cylindrical-coordinate representation of color #B16BD5: hue angle of 279.62º 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 #B16BD5 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 107 213 -
CMYK 0.17 0.50 0 0.16
HSL 279.62º 0.56% 0.63% -
HSV(B) 279.62º 0.5% 0.84% -
XYZ 35.4 24.67 65.85 -
YUV 140.01 169.19 154.38 -
System Red Green Blue C M Y K H S L
Decimal 177 107 213 0.17 0.50 0 0.16 279.62 0.56 0.63
Hex B1 6B D5 11 32 0 10 118 38 3F
Octal 261 153 325 21 62 0 20 430 70 77
Binary 10110001 1101011 11010101 10001 110010 0 10000 100011000 111000 111111

Color Harmonies of #B16BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16BD5

Black with #B16BD5

Text Example


Text Example

White with #B16BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16BD5; }

 p { color: rgb(177,107,213); }

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

background-color css

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

 a { background-color: rgb(177,107,213); }

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

border-color css

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

 span { border-color: rgb(177,107,213); }

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