Html Css Color HEX #B16FCA Medium Orchid

📋 copy color: '#B16FCA'

red 177 ◦ green 111 ◦ blue 202

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

Shades of Medium Orchid #B16FCA

Tints of Medium Orchid #B16FCA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.65%

 BLUE value IS 202 (79.3% from 255) = 41.22%

R = 36.12%
G = 22.65%
B = 41.22%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B16FCA (or 0xB16FCA) is known color: Medium Orchid. HEX triplet: B1, 6F and CA. RGB value is (177,111,202). Sum of RGB (Red+Green+Blue) = 177+111+202=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 111 (43.75% from 255 or 22.65% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #B16FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16FCA is #4E9035. Grayscale: #8C8C8C. Windows color (decimal): -5148726 or 13266865. OLE color: 13266865.

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

Color convert

RGB 177 111 202 -
CMYK 0.12 0.45 0 0.21
HSL 283.52º 0.46% 0.61% -
HSV(B) 283.52º 0.45% 0.79% -
XYZ 34.48 24.98 58.88 -
YUV 141.11 162.37 153.6 -
System Red Green Blue C M Y K H S L
Decimal 177 111 202 0.12 0.45 0 0.21 283.52 0.46 0.61
Hex B1 6F CA C 2D 0 15 11C 2E 3D
Octal 261 157 312 14 55 0 25 434 56 75
Binary 10110001 1101111 11001010 1100 101101 0 10101 100011100 101110 111101

Color Harmonies of #B16FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16FCA

Black with #B16FCA

Text Example


Text Example

White with #B16FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16FCA; }

 p { color: rgb(177,111,202); }

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

background-color css

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

 a { background-color: rgb(177,111,202); }

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

border-color css

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

 span { border-color: rgb(177,111,202); }

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