Html Css Color HEX #B16AC9 Medium Orchid

📋 copy color: '#B16AC9'

red 177 ◦ green 106 ◦ blue 201

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

Shades of Medium Orchid #B16AC9

Tints of Medium Orchid #B16AC9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.9%

 BLUE value IS 201 (78.91% from 255) = 41.53%

R = 36.57%
G = 21.9%
B = 41.53%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B16AC9 (or 0xB16AC9) is known color: Medium Orchid. HEX triplet: B1, 6A and C9. RGB value is (177,106,201). Sum of RGB (Red+Green+Blue) = 177+106+201=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 106 (41.80% from 255 or 21.90% from 484); Blue value is 201 (78.91% from 255 or 41.53% from 484); Max value from RGB is 201 - color contains mainly: blue. Hex color #B16AC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16AC9 is #4E9536. Grayscale: #898989. Windows color (decimal): -5150007 or 13200049. OLE color: 13200049.

HSL color Cylindrical-coordinate representation of color #B16AC9: hue angle of 284.84º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B16AC9 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 106 201 -
CMYK 0.12 0.47 0 0.21
HSL 284.84º 0.47% 0.6% -
HSV(B) 284.84º 0.47% 0.79% -
XYZ 33.83 23.87 58.08 -
YUV 138.06 163.52 155.78 -
System Red Green Blue C M Y K H S L
Decimal 177 106 201 0.12 0.47 0 0.21 284.84 0.47 0.6
Hex B1 6A C9 C 2F 0 15 11D 2F 3C
Octal 261 152 311 14 57 0 25 435 57 74
Binary 10110001 1101010 11001001 1100 101111 0 10101 100011101 101111 111100

Color Harmonies of #B16AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16AC9

Black with #B16AC9

Text Example


Text Example

White with #B16AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16AC9; }

 p { color: rgb(177,106,201); }

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

background-color css

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

 a { background-color: rgb(177,106,201); }

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

border-color css

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

 span { border-color: rgb(177,106,201); }

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