Html Css Color HEX #B16DCA Medium Orchid

📋 copy color: '#B16DCA'

red 177 ◦ green 109 ◦ blue 202

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

Shades of Medium Orchid #B16DCA

Tints of Medium Orchid #B16DCA

RGB

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

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

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

R = 36.27%
G = 22.34%
B = 41.39%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B16DCA (or 0xB16DCA) is known color: Medium Orchid. HEX triplet: B1, 6D and CA. RGB value is (177,109,202). Sum of RGB (Red+Green+Blue) = 177+109+202=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #B16DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16DCA is #4E9235. Grayscale: #8B8B8B. Windows color (decimal): -5149238 or 13266353. OLE color: 13266353.

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

Color convert

RGB 177 109 202 -
CMYK 0.12 0.46 0 0.21
HSL 283.87º 0.47% 0.61% -
HSV(B) 283.87º 0.46% 0.79% -
XYZ 34.26 24.55 58.81 -
YUV 139.93 163.03 154.44 -
System Red Green Blue C M Y K H S L
Decimal 177 109 202 0.12 0.46 0 0.21 283.87 0.47 0.61
Hex B1 6D CA C 2E 0 15 11C 2F 3D
Octal 261 155 312 14 56 0 25 434 57 75
Binary 10110001 1101101 11001010 1100 101110 0 10101 100011100 101111 111101

Color Harmonies of #B16DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16DCA

Black with #B16DCA

Text Example


Text Example

White with #B16DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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