Html Css Color HEX #B16DCD Medium Orchid

📋 copy color: '#B16DCD'

red 177 ◦ green 109 ◦ blue 205

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

Shades of Medium Orchid #B16DCD

Tints of Medium Orchid #B16DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.75%

R = 36.05%
G = 22.2%
B = 41.75%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B16DCD (or 0xB16DCD) is known color: Medium Orchid. HEX triplet: B1, 6D and CD. RGB value is (177,109,205). Sum of RGB (Red+Green+Blue) = 177+109+205=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 109 (42.97% from 255 or 22.20% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #B16DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16DCD is #4E9232. Grayscale: #8B8B8B. Windows color (decimal): -5149235 or 13462961. OLE color: 13462961.

HSL color Cylindrical-coordinate representation of color #B16DCD: hue angle of 282.5º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B16DCD is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 109 205 -
CMYK 0.14 0.47 0 0.20
HSL 282.5º 0.49% 0.62% -
HSV(B) 282.5º 0.47% 0.8% -
XYZ 34.62 24.69 60.7 -
YUV 140.28 164.53 154.19 -
System Red Green Blue C M Y K H S L
Decimal 177 109 205 0.14 0.47 0 0.20 282.5 0.49 0.62
Hex B1 6D CD E 2F 0 14 11A 31 3E
Octal 261 155 315 16 57 0 24 432 61 76
Binary 10110001 1101101 11001101 1110 101111 0 10100 100011010 110001 111110

Color Harmonies of #B16DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16DCD

Black with #B16DCD

Text Example


Text Example

White with #B16DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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