Html Css Color HEX #B16DC2 Medium Orchid

📋 copy color: '#B16DC2'

red 177 ◦ green 109 ◦ blue 194

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

Shades of Medium Orchid #B16DC2

Tints of Medium Orchid #B16DC2

RGB

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

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

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

R = 36.88%
G = 22.71%
B = 40.42%

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

#B16DC2 (or 0xB16DC2) is known color: Medium Orchid. HEX triplet: B1, 6D and C2. RGB value is (177,109,194). Sum of RGB (Red+Green+Blue) = 177+109+194=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 109 (42.97% from 255 or 22.71% from 480); Blue value is 194 (76.17% from 255 or 40.42% from 480); Max value from RGB is 194 - color contains mainly: blue. Hex color #B16DC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16DC2 is #4E923D. Grayscale: #8A8A8A. Windows color (decimal): -5149246 or 12742065. OLE color: 12742065.

HSL color Cylindrical-coordinate representation of color #B16DC2: hue angle of 288º 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 #B16DC2 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 109 194 -
CMYK 0.09 0.44 0 0.24
HSL 288º 0.41% 0.59% -
HSV(B) 288º 0.44% 0.76% -
XYZ 33.34 24.18 53.95 -
YUV 139.02 159.03 155.09 -
System Red Green Blue C M Y K H S L
Decimal 177 109 194 0.09 0.44 0 0.24 288 0.41 0.59
Hex B1 6D C2 9 2C 0 18 120 29 3B
Octal 261 155 302 11 54 0 30 440 51 73
Binary 10110001 1101101 11000010 1001 101100 0 11000 100100000 101001 111011

Color Harmonies of #B16DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16DC2

Black with #B16DC2

Text Example


Text Example

White with #B16DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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