Html Css Color HEX #B16DCB Medium Orchid

📋 copy color: '#B16DCB'

red 177 ◦ green 109 ◦ blue 203

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

Shades of Medium Orchid #B16DCB

Tints of Medium Orchid #B16DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.51%

R = 36.2%
G = 22.29%
B = 41.51%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B16DCB (or 0xB16DCB) is known color: Medium Orchid. HEX triplet: B1, 6D and CB. RGB value is (177,109,203). Sum of RGB (Red+Green+Blue) = 177+109+203=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #B16DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16DCB is #4E9234. Grayscale: #8B8B8B. Windows color (decimal): -5149237 or 13331889. OLE color: 13331889.

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

Color convert

RGB 177 109 203 -
CMYK 0.13 0.46 0 0.20
HSL 283.4º 0.47% 0.61% -
HSV(B) 283.4º 0.46% 0.8% -
XYZ 34.38 24.6 59.44 -
YUV 140.05 163.53 154.36 -
System Red Green Blue C M Y K H S L
Decimal 177 109 203 0.13 0.46 0 0.20 283.4 0.47 0.61
Hex B1 6D CB D 2E 0 14 11B 2F 3D
Octal 261 155 313 15 56 0 24 433 57 75
Binary 10110001 1101101 11001011 1101 101110 0 10100 100011011 101111 111101

Color Harmonies of #B16DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16DCB

Black with #B16DCB

Text Example


Text Example

White with #B16DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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